Searched defs:mutex_unlock (Results 1 – 3 of 3) sorted by relevance
42 #define mutex_unlock(x) up(x) macro
29 #define mutex_unlock(x) up(x) macro
423 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() function