/Linux-v6.1/include/linux/ |
D | rcupdate.h | 352 #define RCU_LOCKDEP_WARN(c, s) \ macro 364 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 375 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \ 377 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 383 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 428 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \ 434 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \ 739 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 767 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() 793 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh() [all …]
|
D | fdtable.h | 96 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked() 103 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in files_lookup_fd_rcu()
|
D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
D | kprobes.h | 205 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in get_kretprobe() 253 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in get_kretprobe()
|
D | rculist.h | 54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 60 RCU_LOCKDEP_WARN(!(cond), \
|
D | bpf.h | 1604 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array()
|
/Linux-v6.1/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | misc.h | 49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
|
/Linux-v6.1/kernel/rcu/ |
D | tree_plugin.h | 27 RCU_LOCKDEP_WARN( in rcu_rdp_is_offloaded() 286 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n"); in rcu_qs() 695 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 848 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!"); in rcu_qs()
|
D | tiny.c | 153 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
D | tree.c | 382 RCU_LOCKDEP_WARN(ct_dynticks_nesting() < 0, in rcu_is_cpu_rrupt_from_idle() 384 RCU_LOCKDEP_WARN(ct_dynticks_nmi_nesting() <= 0, in rcu_is_cpu_rrupt_from_idle() 597 RCU_LOCKDEP_WARN(ct_dynticks_nesting() <= 0, in rcu_irq_exit_check_preempt() 599 RCU_LOCKDEP_WARN(ct_dynticks_nmi_nesting() != in rcu_irq_exit_check_preempt() 602 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(), in rcu_irq_exit_check_preempt() 642 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(), in __rcu_irq_enter_check_tick() 3504 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
D | tree_exp.h | 916 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
D | tasks.h | 1711 …RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU … in synchronize_rcu_tasks_trace()
|
D | srcutree.c | 1202 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
|
/Linux-v6.1/drivers/net/wireguard/ |
D | peer.c | 73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
|
D | noise.c | 144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
|
/Linux-v6.1/arch/x86/kernel/ |
D | irq.c | 246 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
|
D | traps.c | 180 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
|
/Linux-v6.1/kernel/ |
D | notifier.c | 591 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
D | pid.c | 415 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
D | workqueue.c | 385 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \ 390 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
|
/Linux-v6.1/kernel/sched/ |
D | deadline.c | 103 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of() 113 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus() 148 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_capacity() 172 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
|
/Linux-v6.1/security/ |
D | device_cgroup.c | 399 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
/Linux-v6.1/arch/arm64/mm/ |
D | fault.c | 886 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work"); in debug_exception_enter()
|
/Linux-v6.1/fs/ |
D | inode.c | 1576 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_rcu() 1614 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_by_ino_rcu()
|
/Linux-v6.1/drivers/net/ethernet/mediatek/ |
D | mtk_wed.c | 837 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mtk_wed_attach()
|