Lines Matching refs:RCU_LOCKDEP_WARN
310 #define RCU_LOCKDEP_WARN(c, s) \ macro
322 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
332 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
334 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
340 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
370 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
376 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
652 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
701 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
725 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
736 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
760 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
778 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()