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.h510 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) macro
523 lock_acquire_shared(l, s, t, NULL, i); \
538 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i)
/linux/fs/bcachefs/
H A Djournal.h387 lock_acquire_shared(&j->res_map, 0, in bch2_journal_res_get()