Home
last modified time | relevance | path

Searched refs:mutex_acquire (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/locking/
Drtmutex.c1472 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()
Dmutex.c1384 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in mutex_trylock()
/Linux-v4.19/include/linux/
Dww_mutex.h146 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
Dlockdep.h571 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
/Linux-v4.19/lib/
Dlocking-selftest.c1491 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/
Dprintk.c213 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/
Dsock.c471 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/
Dmemcontrol.c1580 mutex_acquire(&memcg_oom_lock_dep_map, 0, 1, _RET_IP_); in mem_cgroup_oom_trylock()