Searched refs:lock_contended (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lockdep.h | 427 extern void lock_contended(struct lockdep_map *lock, unsigned long ip); 433 lock_contended(&(_lock)->dep_map, _RET_IP_); \ 443 lock_contended(&(_lock)->dep_map, _RET_IP_); \ 453 #define lock_contended(lockdep_map, ip) do {} while (0) macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ldsem.c | 304 lock_contended(&sem->dep_map, _RET_IP_); in __ldsem_down_read_nested() 323 lock_contended(&sem->dep_map, _RET_IP_); in __ldsem_down_write_nested()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | lock.h | 67 DEFINE_EVENT(lock, lock_contended,
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | mutex.c | 1002 lock_contended(&lock->dep_map, ip); in __mutex_lock_common()
|
| H A D | lockdep.c | 5784 void lock_contended(struct lockdep_map *lock, unsigned long ip) in lock_contended() function 5800 EXPORT_SYMBOL_GPL(lock_contended);
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | dir.c | 478 lock_contended(&kn->dep_map, _RET_IP_); in kernfs_drain()
|