Searched refs:lock_acquire_shared (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | lockdep.h | 510 #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 D | journal.h | 387 lock_acquire_shared(&j->res_map, 0, in bch2_journal_res_get()
|