Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))
H A Datomic-long.h477 atomic_long_add_negative(long i, atomic_long_t *v) in atomic_long_add_negative() function
971 atomic_long_add_negative(long i, atomic_long_t *v) in atomic_long_add_negative() function
/kernel/linux/linux-6.6/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h4526 * atomic_long_add_negative() - atomic add and test if negative with full ordering
4537 atomic_long_add_negative(long i, atomic_long_t *v) in atomic_long_add_negative() function

Completed in 10 milliseconds