Home
last modified time | relevance | path

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

/include/linux/
Dlockdep.h541 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) macro
551 lock_acquire_shared_recursive(l, s, t, NULL, i); \
559 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i)
572 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
573 #define lock_map_acquire_tryread(l) lock_acquire_shared_recursive(l, 0, 1, NULL, _THIS_IP_)