Searched refs:atomic_fetch_add_relaxed (Results 1 – 4 of 4) sorted by relevance
193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add()
73 atomic_fetch_add_relaxed(V,X) __atomic_fetch_op{once}(X,+,V)
215 atomic_fetch_add_relaxed();
109 atomic_fetch_add_relaxed(int i, atomic_t *v) in atomic_fetch_add_relaxed() function