Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dlockdep.h516 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro
529 lock_acquire_shared(l, s, t, NULL, i); \
544 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)