Searched refs:atomic_long_cmpxchg_release (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | mutex.c | 185 if (atomic_long_cmpxchg_release(&lock->owner, curr, 0UL) == curr) in __mutex_unlock_fast() 258 old = atomic_long_cmpxchg_release(&lock->owner, owner, new); in __mutex_handoff() 1268 old = atomic_long_cmpxchg_release(&lock->owner, owner, in __mutex_unlock_slowpath()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-long.h | 423 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() function 917 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() function
|