Searched refs:atomic_fetch_sub (Results 1 – 4 of 4) sorted by relevance
51 ATOMIC_FETCH_OPS(atomic_fetch_sub)
93 atomic_fetch_sub(V,X) __atomic_fetch_op{mb}(X,-,V)
360 atomic_fetch_sub(int i, atomic_t *v) in atomic_fetch_sub() function
748 addr = (u32)&atomic_fetch_sub; in emit_atomic_r32()