Lines Matching refs:RCU_LOCKDEP_WARN
144 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s)
396 #define RCU_LOCKDEP_WARN(c, s) \ macro
409 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
420 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
422 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
483 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
533 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
539 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
842 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
869 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
895 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
906 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
933 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
951 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_sched()