Home
last modified time | relevance | path

Searched refs:RCU_LOCKDEP_WARN (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/include/linux/
Drcupdate.h289 #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 …]
Dfdtable.h95 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in fcheck_files()
/Linux-v4.19/arch/x86/kernel/
Dtraps.c98 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()
Dirq.c242 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/
Dmisc.h49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
/Linux-v4.19/kernel/rcu/
Dtiny.c183 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_sched()
Dsync.c68 RCU_LOCKDEP_WARN(!gp_ops[rsp->gp_type].held(), in rcu_sync_lockdep_assert()
Dtree_exp.h714 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()
Dupdate.c609 RCU_LOCKDEP_WARN(rcu_scheduler_active == RCU_SCHEDULER_INACTIVE, in synchronize_rcu_tasks()
Dtree_plugin.h311 RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_qs() invoked with preemption enabled!!!\n"); in rcu_preempt_qs()
714RCU_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()
Dtree.c233 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()
Dsrcutree.c921 RCU_LOCKDEP_WARN(lock_is_held(&sp->dep_map) || in __synchronize_srcu()
/Linux-v4.19/kernel/
Dnotifier.c547 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
Dpid.c343 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
Dworkqueue.c360 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/
Ddevice_cgroup.c395 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
/Linux-v4.19/kernel/sched/
Ddeadline.c49 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()
Dsched.h2096 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
/Linux-v4.19/Documentation/RCU/
DwhatisRCU.txt909 RCU_LOCKDEP_WARN
/Linux-v4.19/kernel/cgroup/
Dcgroup.c104 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \