Home
last modified time | relevance | path

Searched refs:lock_acquire_shared (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dlockdep.h513 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro
526 lock_acquire_shared(l, s, t, NULL, i); \
541 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)
H A Dmmap_lock.h107 lock_acquire_shared(__vma_lockdep_map(vma), 0, 1, NULL, _RET_IP_)