Searched refs:try_cmpxchg_release (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dobjpool.c225 if (try_cmpxchg_release(&slot->head, &head, head + 1))
/linux-master/fs/netfs/
H A Dinternal.h226 return try_cmpxchg_release(&cache->state, &old_state, new_state);
/linux-master/kernel/locking/
H A Drtmutex.c230 return try_cmpxchg_release(&lock->owner, &old, new);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4892 #define try_cmpxchg_release(ptr, oldp, ...) \ macro

Completed in 114 milliseconds