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

/linux-master/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4562 * atomic_long_add_negative() - atomic add and test if negative with full ordering
4573 atomic_long_add_negative(long i, atomic_long_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c751 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_add_negative(42, unsafe));

Completed in 132 milliseconds