Searched refs:atomic_long_try_cmpxchg_acquire (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c260 if (atomic_long_try_cmpxchg_acquire(&sem->count, &tmp, RWSEM_WRITER_LOCKED)) {
646 } while (!atomic_long_try_cmpxchg_acquire(&sem->count, &count, new));
695 if (atomic_long_try_cmpxchg_acquire(&sem->count, &count,
1286 if (atomic_long_try_cmpxchg_acquire(&sem->count, &tmp,
H A Dmutex.c129 if (atomic_long_try_cmpxchg_acquire(&lock->owner, &owner, task | flags)) {
171 if (atomic_long_try_cmpxchg_acquire(&lock->owner, &zero, curr))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4440 * atomic_long_try_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4454 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) function

Completed in 111 milliseconds