Home
last modified time | relevance | path

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

/include/linux/
A Dlockdep.h511 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) macro
521 lock_acquire_shared_recursive(l, s, t, NULL, i); \
529 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i)
543 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
544 #define lock_map_acquire_tryread(l) lock_acquire_shared_recursive(l, 0, 1, NULL, _THIS_IP_)

Completed in 6 milliseconds