Lines Matching refs:RCU_LOCKDEP_WARN
315 #define RCU_LOCKDEP_WARN(c, s) \ macro
327 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
338 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
340 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
346 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
390 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
396 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
688 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
716 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
742 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
753 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
780 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
798 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()