Home
last modified time | relevance | path

Searched refs:atomic64_fetch_andnot_release (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h1948 #define arch_atomic64_fetch_andnot_release atomic64_fetch_andnot_release
1954 #define atomic64_fetch_andnot_release atomic64_fetch_andnot macro
1976 #ifndef atomic64_fetch_andnot_release
1978 atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in atomic64_fetch_andnot_release() function
1982 #define atomic64_fetch_andnot_release atomic64_fetch_andnot_release macro
2007 #ifndef atomic64_fetch_andnot_release
2009 atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in atomic64_fetch_andnot_release() function
2014 #define atomic64_fetch_andnot_release atomic64_fetch_andnot_release macro
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h1306 atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in atomic64_fetch_andnot_release() function
1311 #define atomic64_fetch_andnot_release atomic64_fetch_andnot_release macro
H A Datomic-long.h317 return atomic64_fetch_andnot_release(i, v); in atomic_long_fetch_andnot_release()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h2448 * atomic64_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
2459 atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in atomic64_fetch_andnot_release() function

Completed in 13 milliseconds