Searched refs:lock_contended (Results 1 – 5 of 5) sorted by relevance
481 extern void lock_contended(struct lockdep_map *lock, unsigned long ip);487 lock_contended(&(_lock)->dep_map, _RET_IP_); \497 lock_contended(&(_lock)->dep_map, _RET_IP_); \507 #define lock_contended(lockdep_map, ip) do {} while (0) macro
67 DEFINE_EVENT(lock, lock_contended,
950 lock_contended(&lock->dep_map, ip); in __mutex_lock_common()
4121 void lock_contended(struct lockdep_map *lock, unsigned long ip) in lock_contended() function4139 EXPORT_SYMBOL_GPL(lock_contended);
470 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain()