Home
last modified time | relevance | path

Searched refs:spin_unlock_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/locking/
Dmutex.c191 spin_unlock_mutex(&lock->base.wait_lock, flags); in ww_mutex_set_context_fastpath()
578 spin_unlock_mutex(&lock->wait_lock, flags); in __mutex_lock_common()
600 spin_unlock_mutex(&lock->wait_lock, flags); in __mutex_lock_common()
606 spin_unlock_mutex(&lock->wait_lock, flags); in __mutex_lock_common()
750 spin_unlock_mutex(&lock->wait_lock, flags); in __mutex_unlock_common_slowpath()
881 spin_unlock_mutex(&lock->wait_lock, flags); in __mutex_trylock_slowpath()
Dmutex.h14 #define spin_unlock_mutex(lock, flags) \ macro
Dmutex-debug.h50 #define spin_unlock_mutex(lock, flags) \ macro