Searched refs:mutex_lock_debug (Results 1 – 2 of 2) sorted by relevance
43 void mutex_lock_debug(struct mutex *m, const char *fname, int lineno);44 #define mutex_lock(m) mutex_lock_debug((m), __FILE__, __LINE__)
241 void mutex_lock_debug(struct mutex *m, const char *fname, int lineno) in mutex_lock_debug() function
Completed in 3 milliseconds