Searched refs:RCU_LOCKDEP_WARN (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rcupdate.h | 289 #define RCU_LOCKDEP_WARN(c, s) \ macro 301 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 311 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \ 313 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 319 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro 350 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \ 356 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \ 630 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 679 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() 708 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh() [all …]
|
D | fdtable.h | 95 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in fcheck_files()
|
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 98 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in ist_enter() 112 RCU_LOCKDEP_WARN(!rcu_is_watching(), "ist_enter didn't work"); in ist_enter() 290 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap() 460 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_bounds() 538 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_general_protection() 603 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_int3() 876 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_coprocessor_error() 883 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_simd_coprocessor_error() 898 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_device_not_available() 933 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_iret_error()
|
D | irq.c | 242 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in do_IRQ()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | misc.h | 49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
|
/Linux-v4.19/kernel/rcu/ |
D | tiny.c | 183 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_sched()
|
D | sync.c | 68 RCU_LOCKDEP_WARN(!gp_ops[rsp->gp_type].held(), in rcu_sync_lockdep_assert()
|
D | tree_exp.h | 714 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_sched_expedited() 788 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
D | update.c | 609 RCU_LOCKDEP_WARN(rcu_scheduler_active == RCU_SCHEDULER_INACTIVE, in synchronize_rcu_tasks()
|
D | tree_plugin.h | 311 RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_qs() invoked with preemption enabled!!!\n"); in rcu_preempt_qs() 714 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 811 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
D | tree.c | 233 RCU_LOCKDEP_WARN(preemptible(), "rcu_sched_qs() invoked with preemption enabled!!!"); in rcu_sched_qs() 249 RCU_LOCKDEP_WARN(preemptible(), "rcu_bh_qs() invoked with preemption enabled!!!"); in rcu_bh_qs() 3142 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_sched() 3169 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_bh()
|
D | srcutree.c | 921 RCU_LOCKDEP_WARN(lock_is_held(&sp->dep_map) || in __synchronize_srcu()
|
/Linux-v4.19/kernel/ |
D | notifier.c | 547 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
D | pid.c | 343 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
D | workqueue.c | 360 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held() && \ 365 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held() && \ 370 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held() && \
|
/Linux-v4.19/security/ |
D | device_cgroup.c | 395 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
/Linux-v4.19/kernel/sched/ |
D | deadline.c | 49 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of() 59 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus()
|
D | sched.h | 2096 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
|
/Linux-v4.19/Documentation/RCU/ |
D | whatisRCU.txt | 909 RCU_LOCKDEP_WARN
|
/Linux-v4.19/kernel/cgroup/ |
D | cgroup.c | 104 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
|