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()
218 return try_cmpxchg_acquire(&lock->owner, &old, new); in rt_mutex_cmpxchg_acquire()
4841 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro