Searched refs:atomic_long_inc_and_test (Results 1 – 3 of 3) sorted by relevance
38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a)
782 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_inc_and_test(unsafe)); in kasan_atomics_helper()
4544 * atomic_long_inc_and_test() - atomic increment and test if zero with full ordering4554 atomic_long_inc_and_test(atomic_long_t *v) in atomic_long_inc_and_test() function