Searched defs:_prev (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/riscv/include/asm/ |
D | atomic.h | 198 #define _arch_atomic_fetch_add_unless(_prev, _rc, counter, _a, _u, sfx) \ argument 237 #define _arch_atomic_inc_unless_negative(_prev, _rc, counter, sfx) \ argument 263 #define _arch_atomic_dec_unless_positive(_prev, _rc, counter, sfx) \ argument 289 #define _arch_atomic_dec_if_positive(_prev, _rc, counter, sfx) \ argument
|