Searched refs:mutex_acquire (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/kernel/locking/ |
D | rtmutex.c | 1472 mutex_acquire(&lock->dep_map, subclass, 0, _RET_IP_); in __rt_mutex_lock() 1518 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_lock_interruptible() 1560 mutex_acquire(&lock->dep_map, 0, 0, _RET_IP_); in rt_mutex_timed_lock() 1591 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in rt_mutex_trylock()
|
D | mutex.c | 1384 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in mutex_trylock()
|
/Linux-v4.19/include/linux/ |
D | ww_mutex.h | 146 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
|
D | lockdep.h | 571 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/Linux-v4.19/lib/ |
D | locking-selftest.c | 1491 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal() 1517 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_normal_slow() 1543 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock() 1568 mutex_acquire(&o2.base.dep_map, 0, 1, _THIS_IP_); in ww_test_edeadlk_no_unlock_slow()
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 213 mutex_acquire(&console_lock_dep_map, 0, 0, _RET_IP_);\ 232 mutex_acquire(&console_lock_dep_map, 0, 1, ip); in __down_trylock_console_sem() 1691 mutex_acquire(&console_lock_dep_map, 0, 1, _THIS_IP_); in console_trylock_spinning()
|
/Linux-v4.19/net/core/ |
D | sock.c | 471 mutex_acquire(&sk->sk_lock.dep_map, 0, 1, _RET_IP_); in __sk_receive_skb() 2840 mutex_acquire(&sk->sk_lock.dep_map, subclass, 0, _RET_IP_); in lock_sock_nested() 2894 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast()
|
/Linux-v4.19/mm/ |
D | memcontrol.c | 1580 mutex_acquire(&memcg_oom_lock_dep_map, 0, 1, _RET_IP_); in mem_cgroup_oom_trylock()
|