Searched refs:try_cmpxchg_acquire (Results 1 – 3 of 3) sorted by relevance
99 if (try_cmpxchg_acquire(&list->head, &head, next)) { in freelist_try_get()
186 return try_cmpxchg_acquire(&lock->owner, &old, new); in rt_mutex_cmpxchg_acquire()
1851 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro
Completed in 10 milliseconds