Searched refs:lock_acquire_shared (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | lglock.c | 24 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_local_lock() 46 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_local_lock_cpu() 72 lock_acquire_shared(&lg->lock_dep_map, 0, 0, NULL, _RET_IP_); in lg_double_lock()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 497 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro 518 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)
|