Lines Matching refs:RCU_LOCKDEP_WARN
547 #define RCU_LOCKDEP_WARN(c, s) \ macro
559 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
571 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
573 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
579 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
610 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
616 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
862 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
913 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
942 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
953 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
978 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
996 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()