Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dmutex_lockdep.h17 void mutex_unlock_check(struct mutex *m);
29 static inline void mutex_unlock_check(struct mutex *m __unused) in mutex_unlock_check() function
H A Dmutex_lockdep.c57 void mutex_unlock_check(struct mutex *m) in mutex_unlock_check() function
H A Dmutex.c98 mutex_unlock_check(m); in __mutex_unlock()
440 mutex_unlock_check(m); in __condvar_wait_timeout()