Searched refs:atomic_long_sub_and_test (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local.h | 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a))
|
H A D | atomic-long.h | 459 atomic_long_sub_and_test(long i, atomic_long_t *v) in atomic_long_sub_and_test() function 953 atomic_long_sub_and_test(long i, atomic_long_t *v) in atomic_long_sub_and_test() function
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local.h | 36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a))
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | percpu-refcount.h | 321 else if (unlikely(atomic_long_sub_and_test(nr, &ref->data->count))) in percpu_ref_put_many()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | percpu-refcount.h | 334 else if (unlikely(atomic_long_sub_and_test(nr, &ref->data->count))) in percpu_ref_put_many()
|
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 337 if (atomic_long_sub_and_test(refs, &file->f_count)) { in fput_many()
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4471 * atomic_long_sub_and_test() - atomic subtract and test if zero with full ordering 4482 atomic_long_sub_and_test(long i, atomic_long_t *v) in atomic_long_sub_and_test() function
|
Completed in 8 milliseconds