Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlockdep.h548 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro
561 lock_acquire_shared(l, s, t, NULL, i); \
576 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)