Home
last modified time | relevance | path

Searched refs:lock_contended (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dlockdep.h437 extern void lock_contended(struct lockdep_map *lock, unsigned long ip);
443 lock_contended(&(_lock)->dep_map, _RET_IP_); \
451 #define lock_contended(lockdep_map, ip) do {} while (0) macro
/linux-4.4.14/include/trace/events/
Dlock.h66 DEFINE_EVENT(lock, lock_contended,
/linux-4.4.14/kernel/locking/
Dmutex.c543 lock_contended(&lock->dep_map, ip); in __mutex_lock_common()
Dlockdep.c3818 void lock_contended(struct lockdep_map *lock, unsigned long ip) in lock_contended() function
3836 EXPORT_SYMBOL_GPL(lock_contended);
/linux-4.4.14/fs/kernfs/
Ddir.c380 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain()