Searched refs:lock_acquire_shared (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/include/linux/ |
D | lockdep.h | 487 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro 508 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)
|