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

/linux-master/include/linux/
H A Dlockdep.h492 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) macro
502 lock_acquire_shared_recursive(l, s, t, NULL, i); \
510 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i)
524 #define lock_map_acquire_read(l) lock_acquire_shared_recursive(l, 0, 0, NULL, _THIS_IP_)
525 #define lock_map_acquire_tryread(l) lock_acquire_shared_recursive(l, 0, 1, NULL, _THIS_IP_)
/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c797 lock_acquire_shared_recursive(&connector_list_iter_dep_map, 0, 1, NULL, _RET_IP_);

Completed in 117 milliseconds