Home
last modified time | relevance | path

Searched refs:mutex_unlock_debug (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dmutex.h40 void mutex_unlock_debug(struct mutex *m, const char *fname, int lineno);
41 #define mutex_unlock(m) mutex_unlock_debug((m), __FILE__, __LINE__)
/optee_os-3.20.0/core/kernel/
A Dmutex.c236 void mutex_unlock_debug(struct mutex *m, const char *fname, int lineno) in mutex_unlock_debug() function

Completed in 3 milliseconds