Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Drcupdate.h287 #define RCU_LOCKDEP_WARN(c, s) \ macro
299 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
309 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
311 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
317 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
348 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
354 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
646 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
695 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
724 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
[all …]
Dfdtable.h95 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in fcheck_files()