Searched refs:mutex_acquire (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ww_mutex.h | 134 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
|
D | lockdep.h | 512 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/linux-4.4.14/lib/ |
D | locking-selftest.c | 1317 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal() 1343 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal_slow() 1369 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock() 1394 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock_slow()
|
/linux-4.4.14/kernel/locking/ |
D | mutex.c | 874 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __mutex_trylock_slowpath()
|
/linux-4.4.14/net/core/ |
D | sock.c | 508 mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_); in sk_receive_skb() 2442 mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_); in lock_sock_nested() 2498 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 105 mutex_acquire(&console_lock_dep_map, 0, 0, _RET_IP_);\ 112 mutex_acquire(&console_lock_dep_map, 0, 1, ip); in __down_trylock_console_sem()
|
/linux-4.4.14/mm/ |
D | memcontrol.c | 1609 mutex_acquire(&memcg_oom_lock_dep_map, 0, 1, _RET_IP_); in mem_cgroup_oom_trylock()
|