Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfreelist.h99 if (try_cmpxchg_acquire(&list->head, &head, next)) { in freelist_try_get()
/openbmc/linux/kernel/locking/
H A Drtmutex.c218 return try_cmpxchg_acquire(&lock->owner, &old, new); in rt_mutex_cmpxchg_acquire()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4841 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro