Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dmutex.h52 void mutex_read_lock_debug(struct mutex *m, const char *fname, int lineno);
53 #define mutex_read_lock(m) mutex_read_lock_debug((m), __FILE__, __LINE__)
/optee_os-3.20.0/core/kernel/
A Dmutex.c256 void mutex_read_lock_debug(struct mutex *m, const char *fname, int lineno) in mutex_read_lock_debug() function

Completed in 3 milliseconds