Home
last modified time | relevance | path

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

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