Searched refs:mutex_unlock_debug (Results 1 – 2 of 2) sorted by relevance
40 void mutex_unlock_debug(struct mutex *m, const char *fname, int lineno);41 #define mutex_unlock(m) mutex_unlock_debug((m), __FILE__, __LINE__)
236 void mutex_unlock_debug(struct mutex *m, const char *fname, int lineno) in mutex_unlock_debug() function
Completed in 3 milliseconds