Home
last modified time | relevance | path

Searched refs:atomic64_andnot (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Datomic.h169 #define atomic64_andnot atomic64_andnot in ATOMIC_OPS() macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Datomic.h323 #define atomic64_andnot atomic64_andnot
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Datomic.h387 #define atomic64_andnot atomic64_andnot in ATOMIC64_OPS() macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h1935 #define arch_atomic64_andnot atomic64_andnot
1937 #ifndef atomic64_andnot
1939 atomic64_andnot(s64 i, atomic64_t *v) in atomic64_andnot() function
1943 #define atomic64_andnot atomic64_andnot macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h64 ATOMIC64_OP(atomic64_andnot)
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1276 atomic64_andnot(s64 i, atomic64_t *v) in atomic64_andnot() function
1281 #define atomic64_andnot atomic64_andnot macro
H A Datomic-long.h299 atomic64_andnot(i, v); in atomic_long_andnot()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Drc-ir-raw.c716 atomic64_andnot(protocols, &available_protocols); in ir_raw_handler_unregister()