Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dlockdep.h427 extern void lock_contended(struct lockdep_map *lock, unsigned long ip);
433 lock_contended(&(_lock)->dep_map, _RET_IP_); \
441 #define lock_contended(lockdep_map, ip) do {} while (0) macro
/linux-4.1.27/include/trace/events/
Dlock.h66 DEFINE_EVENT(lock, lock_contended,
/linux-4.1.27/kernel/locking/
Dmutex.c545 lock_contended(&lock->dep_map, ip); in __mutex_lock_common()
Dlockdep.c3821 void lock_contended(struct lockdep_map *lock, unsigned long ip) in lock_contended() function
3839 EXPORT_SYMBOL_GPL(lock_contended);
/linux-4.1.27/fs/kernfs/
Ddir.c357 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain()