Searched refs:atomic64_fetch_add_unless (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | atomic64.h | 57 extern long long atomic64_fetch_add_unless(atomic64_t *v, long long a, long long u); 58 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro
|
D | atomic-instrumented.h | 97 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro 98 static __always_inline s64 atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u) in atomic64_fetch_add_unless() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | atomic.h | 249 static __inline__ long atomic64_fetch_add_unless(atomic64_t *v, long a, long u) in atomic64_fetch_add_unless() function 270 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro
|
/Linux-v4.19/lib/ |
D | atomic64.c | 181 long long atomic64_fetch_add_unless(atomic64_t *v, long long a, long long u) in atomic64_fetch_add_unless() function 195 EXPORT_SYMBOL(atomic64_fetch_add_unless);
|
/Linux-v4.19/arch/arc/include/asm/ |
D | atomic.h | 531 static inline long long atomic64_fetch_add_unless(atomic64_t *v, long long a, 556 #define atomic64_fetch_add_unless atomic64_fetch_add_unless
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | atomic.h | 505 static __inline__ long atomic64_fetch_add_unless(atomic64_t *v, long a, long u) in atomic64_fetch_add_unless() function 526 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | atomic.h | 226 static __always_inline long atomic64_fetch_add_unless(atomic64_t *v, long a, long u) in atomic64_fetch_add_unless() function 243 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | atomic.h | 481 static inline long long atomic64_fetch_add_unless(atomic64_t *v, long long a, in atomic64_fetch_add_unless() function 510 #define atomic64_fetch_add_unless atomic64_fetch_add_unless macro
|
/Linux-v4.19/include/linux/ |
D | atomic.h | 1160 #ifndef atomic64_fetch_add_unless 1161 static inline long long atomic64_fetch_add_unless(atomic64_t *v, long long a, in atomic64_fetch_add_unless() function 1186 return atomic64_fetch_add_unless(v, a, u) != u; in atomic64_add_unless()
|