Searched refs:atomic_fetch_andnot (Results 1 – 3 of 3) sorted by relevance
658 #ifdef atomic_fetch_andnot659 #define atomic_fetch_andnot_acquire atomic_fetch_andnot660 #define atomic_fetch_andnot_release atomic_fetch_andnot661 #define atomic_fetch_andnot_relaxed atomic_fetch_andnot664 #ifndef atomic_fetch_andnot666 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function670 #define atomic_fetch_andnot atomic_fetch_andnot macro723 #ifndef atomic_fetch_andnot725 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function733 #define atomic_fetch_andnot atomic_fetch_andnot macro
475 atomic_fetch_andnot(int i, atomic_t *v) in atomic_fetch_andnot() function480 #define atomic_fetch_andnot atomic_fetch_andnot macro
798 return atomic_fetch_andnot(i, v); in atomic_long_fetch_andnot()