| /linux/include/linux/ |
| A D | rcupdate.h | 150 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s) 402 #define RCU_LOCKDEP_WARN(c, s) \ macro 415 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 428 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 489 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 850 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 878 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() 904 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh() 915 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh() 942 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched() [all …]
|
| A D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
| A D | rcuref.h | 81 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && preemptible(), in __rcuref_put()
|
| A D | fdtable.h | 90 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
|
| A D | rculist.h | 54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 60 RCU_LOCKDEP_WARN(!(cond), \
|
| A D | bpf.h | 2119 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array()
|
| /linux/kernel/rcu/ |
| A D | tiny.c | 152 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
| A D | tree_plugin.h | 299 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n"); in rcu_qs() 708 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 861 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!"); in rcu_qs()
|
| A D | srcutiny.c | 221 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in synchronize_srcu()
|
| A D | tree.c | 276 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in rcu_softirq_qs() 402 RCU_LOCKDEP_WARN(ct_nesting() < 0, in rcu_is_cpu_rrupt_from_idle() 404 RCU_LOCKDEP_WARN(ct_nmi_nesting() <= 0, in rcu_is_cpu_rrupt_from_idle() 610 RCU_LOCKDEP_WARN(ct_nesting() <= 0, in rcu_irq_exit_check_preempt() 612 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt() 615 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in rcu_irq_exit_check_preempt() 655 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in __rcu_irq_enter_check_tick() 4089 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
| A D | tree_exp.h | 946 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
| A D | srcutree.c | 1388 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
|
| A D | tasks.h | 2054 …RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU … in synchronize_rcu_tasks_trace()
|
| /linux/drivers/net/wireguard/ |
| A D | peer.c | 73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
|
| A D | noise.c | 144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
|
| /linux/kernel/ |
| A D | notifier.c | 594 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
| A D | pid.c | 428 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
| A D | workqueue.c | 534 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \ 539 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
|
| /linux/arch/x86/kernel/ |
| A D | irq.c | 283 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
|
| A D | traps.c | 212 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
|
| /linux/kernel/sched/ |
| 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/security/ |
| A D | device_cgroup.c | 410 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
| /linux/arch/arm64/mm/ |
| A D | fault.c | 941 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work"); in debug_exception_enter()
|
| /linux/fs/ |
| A D | inode.c | 1706 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_rcu() 1744 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_by_ino_rcu()
|
| /linux/drivers/net/ethernet/mediatek/ |
| A D | mtk_wed.c | 2385 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mtk_wed_attach()
|