Lines Matching refs:W
35 cmpxchg(X,V,W) __cmpxchg{MB}(X,V,W)
36 cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W)
37 cmpxchg_acquire(X,V,W) __cmpxchg{ACQUIRE}(X,V,W)
38 cmpxchg_release(X,V,W) __cmpxchg{RELEASE}(X,V,W)
130 atomic_cmpxchg(X,V,W) __cmpxchg{MB}(X,V,W)
131 atomic_cmpxchg_relaxed(X,V,W) __cmpxchg{ONCE}(X,V,W)
132 atomic_cmpxchg_acquire(X,V,W) __cmpxchg{ACQUIRE}(X,V,W)
133 atomic_cmpxchg_release(X,V,W) __cmpxchg{RELEASE}(X,V,W)
148 atomic_add_unless(X,V,W) __atomic_add_unless{MB}(X,V,W)