Home
last modified time | relevance | path

Searched defs:atomic_fetch_andnot_relaxed (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
Datomic.h184 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed in ATOMIC_OPS() macro
/kernel/linux/linux-4.19/arch/alpha/include/asm/
Datomic.h185 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed in ATOMIC_OPS() macro
/kernel/linux/linux-4.19/arch/arm64/include/asm/
Datomic.h73 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Datomic.h102 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-4.19/arch/arm/include/asm/
Datomic.h107 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-4.19/include/linux/
Datomic.h371 #define atomic_fetch_andnot_relaxed(i, v) atomic_fetch_and_relaxed(~(int)(i), (v)) macro
375 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro
/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h731 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot macro
763 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
767 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h506 atomic_fetch_andnot_relaxed(int i, atomic_t *v) in atomic_fetch_andnot_relaxed() function
511 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot_relaxed macro