Lines Matching refs:fname
40 void mutex_unlock_debug(struct mutex *m, const char *fname, int lineno);
43 void mutex_lock_debug(struct mutex *m, const char *fname, int lineno);
46 bool mutex_trylock_debug(struct mutex *m, const char *fname, int lineno);
49 void mutex_read_unlock_debug(struct mutex *m, const char *fname, int lineno);
52 void mutex_read_lock_debug(struct mutex *m, const char *fname, int lineno);
55 bool mutex_read_trylock_debug(struct mutex *m, const char *fname, int lineno);
58 void mutex_unlock_recursive_debug(struct recursive_mutex *m, const char *fname,
63 void mutex_lock_recursive_debug(struct recursive_mutex *m, const char *fname,
89 void condvar_signal_debug(struct condvar *cv, const char *fname, int lineno);
92 void condvar_broadcast_debug(struct condvar *cv, const char *fname, int lineno);
96 const char *fname, int lineno);
104 uint32_t timeout_ms, const char *fname,