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

/linux-master/kernel/
H A Ducount.c257 long dec = atomic_long_dec_if_positive(&iter->ucount[type]);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4735 * atomic_long_dec_if_positive() - atomic decrement if positive with full ordering
4746 atomic_long_dec_if_positive(atomic_long_t *v) function
/linux-master/mm/kasan/
H A Dkasan_test.c756 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_dec_if_positive(unsafe));

Completed in 148 milliseconds