Searched refs:atomic_long_sub_and_test (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal.h36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a))
/linux-master/include/linux/
H A Dpercpu-refcount.h334 else if (unlikely(atomic_long_sub_and_test(nr, &ref->data->count)))
H A Dcred.h266 if (atomic_long_sub_and_test(nr, &cred->usage))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4507 * atomic_long_sub_and_test() - atomic subtract and test if zero with full ordering
4518 atomic_long_sub_and_test(long i, atomic_long_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c748 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_sub_and_test(42, unsafe));

Completed in 688 milliseconds