Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dmutex.h49 void mutex_read_unlock_debug(struct mutex *m, const char *fname, int lineno);
50 #define mutex_read_unlock(m) mutex_read_unlock_debug((m), __FILE__, __LINE__)
/optee_os-3.20.0/core/kernel/
A Dmutex.c251 void mutex_read_unlock_debug(struct mutex *m, const char *fname, int lineno) in mutex_read_unlock_debug() function

Completed in 3 milliseconds