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

/linux-master/include/linux/
H A Dlockdep.h472 extern bool read_lock_is_recursive(void);
475 #define read_lock_is_recursive() 0 macro
501 if (read_lock_is_recursive()) \
/linux-master/kernel/locking/
H A Dlockdep.c5707 bool read_lock_is_recursive(void) function
5713 EXPORT_SYMBOL_GPL(read_lock_is_recursive); variable

Completed in 138 milliseconds