Searched refs:atomic_dec (Results 1 – 5 of 5) sorted by relevance
60 atomic_dec(atomic_t *addr) in atomic_dec() function
281 atomic_dec(&sync->nr_tests_running); in invoke_test_on_cpu_func()
72 atomic_dec(X) { __atomic_op{NORETURN}(X,-,1); }
103 Examples of the former include atomic_inc() and atomic_dec(),130 such as atomic_inc() and atomic_dec() guarantee no ordering whatsoever.
176 such as atomic_inc() and atomic_dec().
Completed in 7 milliseconds