Home
last modified time | relevance | path

Searched refs:atomic_fetch_or_acquire (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/locking/
H A Dqspinlock.h186 return atomic_fetch_or_acquire(_Q_PENDING_VAL, &lock->val); in queued_fetch_set_pending_acquire()
/linux/tools/memory-model/
H A Dlinux-kernel.def91 atomic_fetch_or_acquire(V,X) __atomic_fetch_op{ACQUIRE}(X,|,V)
/linux/include/linux/atomic/
H A Datomic-instrumented.h969 atomic_fetch_or_acquire(int i, atomic_t *v) in atomic_fetch_or_acquire() function