Searched refs:mutex_acquire (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | ww_mutex.h | 151 mutex_acquire(&ctx->dep_map, 0, 0, _RET_IP_); in ww_acquire_init()
|
D | lockdep.h | 562 #define mutex_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/include/net/ |
D | sock.h | 1708 mutex_acquire(&sk->sk_lock.dep_map, 0, 0, _RET_IP_); in lock_sock_fast() 1716 mutex_acquire(&sk->sk_lock.dep_map, SINGLE_DEPTH_NESTING, 0, _RET_IP_); in lock_sock_fast_nested()
|