| /linux-6.15/include/linux/ |
| H A D | rcupdate.h | 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() 422 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 483 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 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() [all …]
|
| H A D | srcutree.h | 247 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast()."); in __srcu_read_lock_fast() 278 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_unlock_fast()."); in __srcu_read_unlock_fast() 295 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_lite()."); in __srcu_read_lock_lite() 316 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_unlock_lite()."); in __srcu_read_unlock_lite()
|
| H A D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
| H A D | rcuref.h | 83 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && preemptible(), in __rcuref_put()
|
| H A D | fdtable.h | 90 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
|
| H A D | rculist.h | 65 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 71 RCU_LOCKDEP_WARN(!(cond), \
|
| H A D | bpf.h | 2203 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array() 2244 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
|
| /linux-6.15/kernel/rcu/ |
| H A D | tiny.c | 145 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
| H A D | tree_plugin.h | 300 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n"); in rcu_qs() 709 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 871 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!"); in rcu_qs()
|
| H A D | tree.c | 255 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in rcu_softirq_qs() 381 RCU_LOCKDEP_WARN(ct_nesting() < 0, in rcu_is_cpu_rrupt_from_idle() 383 RCU_LOCKDEP_WARN(ct_nmi_nesting() <= 0, in rcu_is_cpu_rrupt_from_idle() 609 RCU_LOCKDEP_WARN(ct_nesting() <= 0, in rcu_irq_exit_check_preempt() 611 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt() 614 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in rcu_irq_exit_check_preempt() 654 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in __rcu_irq_enter_check_tick() 3086 RCU_LOCKDEP_WARN(!rcu_rdp_cpu_online(rdp), "Callback enqueued on offline CPU!"); in __call_rcu_common() 3305 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
| H A D | srcutiny.c | 225 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in synchronize_srcu()
|
| H A D | tree_exp.h | 968 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
| H A D | srcutree.c | 1429 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
|
| H A D | tasks.h | 2040 …RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU … in synchronize_rcu_tasks_trace()
|
| /linux-6.15/drivers/net/wireguard/ |
| H A D | peer.c | 73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
|
| H A D | noise.c | 144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
|
| /linux-6.15/kernel/ |
| H A D | hung_task.c | 104 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "No rcu lock held"); in debug_show_blocker()
|
| H A D | notifier.c | 586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
| H A D | pid.c | 436 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | irq.c | 290 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
|
| H A D | traps.c | 261 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
|
| /linux-6.15/kernel/sched/ |
| H A D | deadline.c | 117 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of() 127 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus() 162 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_capacity() 186 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
|
| /linux-6.15/security/ |
| H A D | device_cgroup.c | 410 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | fault.c | 981 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work"); in debug_exception_enter()
|
| /linux-6.15/fs/ |
| H A D | inode.c | 1727 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_rcu() 1765 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_by_ino_rcu()
|