Lines Matching refs:RCU_LOCKDEP_WARN
317 #define RCU_LOCKDEP_WARN(c, s) \ macro
329 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
340 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
342 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
348 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
393 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
399 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
696 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
724 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
750 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
761 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
788 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
806 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()