Lines Matching defs:l
83 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
86 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
89 #define atomic_long_cmpxchg_release(l, old, new) \ argument
92 #define atomic_long_cmpxchg(l, old, new) \ argument
96 #define atomic_long_try_cmpxchg_relaxed(l, old, new) \ argument
99 #define atomic_long_try_cmpxchg_acquire(l, old, new) \ argument
102 #define atomic_long_try_cmpxchg_release(l, old, new) \ argument
105 #define atomic_long_try_cmpxchg(l, old, new) \ argument
126 static __always_inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec()
214 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test()
221 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test()
228 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative()
261 #define atomic_long_inc_not_zero(l) \ argument