Searched refs:atomic_dec_not_zero (Results 1 – 1 of 1) sorted by relevance
56 #define atomic_dec_not_zero(v) atomic_add_unless((v), -1, 0) macro156 atomic_dec_not_zero(&attr->times); in should_fail_ex()