Lines Matching refs:RCU_LOCKDEP_WARN
362 #define RCU_LOCKDEP_WARN(c, s) \ macro
375 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
386 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
388 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
394 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
439 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
445 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
750 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
778 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
804 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
815 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
842 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
860 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()