Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile_ref.h108 return !atomic_long_add_negative(1, &ref->refcnt); in file_ref_get()
/linux/include/asm-generic/
H A Dlocal.h39 #define local_add_negative(i, l) atomic_long_add_negative((i), (&(l)->a))
/linux/mm/kasan/
H A Dkasan_test_c.c783 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_add_negative(42, unsafe)); in kasan_atomics_helper()
/linux/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) in atomic_long_add_negative() function