Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
Dfault-inject.c56 #define atomic_dec_not_zero(v) atomic_add_unless((v), -1, 0) macro
156 atomic_dec_not_zero(&attr->times); in should_fail_ex()