Home
last modified time | relevance | path

Searched defs:mutex_lock_killable (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmutex.h170 #define mutex_lock_killable(lock) _mutex_lock_killable(lock, 0, NULL) macro
/linux/kernel/locking/
H A Drtmutex_api.c613 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable() function
H A Dmutex.c1015 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable() function