Searched refs:atomic_long_add_negative (Results 1 – 3 of 3) sorted by relevance
38 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))
154 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative() function
2339 atomic_add_negative(); atomic_long_add_negative();