Lines Matching refs:RCU_LOCKDEP_WARN
300 #define RCU_LOCKDEP_WARN(c, s) \ macro
312 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
322 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
324 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
330 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
360 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
366 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
642 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
691 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
715 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
726 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
750 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
768 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()