Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dqspinlock.c252 return atomic_fetch_or_acquire(_Q_PENDING_VAL, &lock->val); in queued_fetch_set_pending_acquire()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h969 atomic_fetch_or_acquire(int i, atomic_t *v) in atomic_fetch_or_acquire() function