Searched refs:atomic_long_dec_if_positive (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/
H A Ducount.c256 long dec = atomic_long_dec_if_positive(&iter->ucount[type]);
/linux-master/mm/kasan/
H A Dkasan_test.c756 KUNIT_EXPECT_KASAN_FAIL(test, atomic_long_dec_if_positive(unsafe));
/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

Completed in 245 milliseconds