Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dww_mutex.h134 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
Dlockdep.h512 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
/linux-4.4.14/lib/
Dlocking-selftest.c1317 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/
Dmutex.c874 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_); in __mutex_trylock_slowpath()
/linux-4.4.14/net/core/
Dsock.c508 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/
Dprintk.c105 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/
Dmemcontrol.c1609 mutex_acquire(&memcg_oom_lock_dep_map, 0, 1, _RET_IP_); in mem_cgroup_oom_trylock()