Searched refs:atomic_fetch_andnot_release (Results 1 – 2 of 2) sorted by relevance
145 atomic_fetch_andnot_release(V,X) __atomic_fetch_op{RELEASE}(X,&~,V)
884 * atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering895 atomic_fetch_andnot_release(int i, atomic_t *v) in atomic_fetch_andnot_release() function