Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlockdep.h517 extern bool read_lock_is_recursive(void);
520 #define read_lock_is_recursive() 0 macro
546 if (read_lock_is_recursive()) \
/Linux-v5.15/kernel/locking/
Dlockdep.c5578 bool read_lock_is_recursive(void) in read_lock_is_recursive() function
5584 EXPORT_SYMBOL_GPL(read_lock_is_recursive);