| /linux/include/linux/ |
| H A D | rcupdate.h | 163 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s) 374 #define RCU_LOCKDEP_WARN(c, s) \ macro 387 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 398 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \ 400 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 462 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 512 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \ 518 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \ 850 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 878 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() [all …]
|
| H A D | srcu.h | 340 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast()."); in srcu_read_lock_fast() 380 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast_updown()."); in srcu_read_lock_fast_updown() 416 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_down_read_fast()."); in srcu_down_read_fast() 514 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_unlock_fast()."); in srcu_read_unlock_fast() 530 RCU_LOCKDEP_WARN(!rcu_is_watching(), in srcu_read_unlock_fast_updown() 559 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_up_read_fast_updown()."); in srcu_up_read_fast()
|
| H A D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
| H A D | rculist.h | 75 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 81 RCU_LOCKDEP_WARN(!(cond), \
|
| H A D | bpf.h | 2590 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array() 2631 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
|
| /linux/kernel/rcu/ |
| H A D | tiny.c | 143 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
| H A D | tree.c | 264 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in rcu_softirq_qs() 391 RCU_LOCKDEP_WARN(ct_nesting() < 0, in rcu_is_cpu_rrupt_from_idle() 407 RCU_LOCKDEP_WARN(!in_task() || !is_idle_task(current), in rcu_is_cpu_rrupt_from_idle() 412 RCU_LOCKDEP_WARN(1, "RCU nmi_nesting counter underflow/zero!"); in rcu_is_cpu_rrupt_from_idle() 626 RCU_LOCKDEP_WARN(ct_nesting() <= 0, in rcu_irq_exit_check_preempt() 628 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt() 631 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in rcu_irq_exit_check_preempt() 671 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in __rcu_irq_enter_check_tick() 3185 RCU_LOCKDEP_WARN(!rcu_rdp_cpu_online(rdp), "Callback enqueued on offline CPU!"); in __call_rcu_common() 3405 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() 814 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 978 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!"); in rcu_qs()
|
| H A D | srcutiny.c | 245 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in synchronize_srcu()
|
| H A D | tree_exp.h | 936 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
| H A D | srcutree.c | 1464 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_peer.c | 204 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_link_peer_to_link_sta() 422 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_peer_find_by_peerid() 440 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_link_peer_find_by_peerid()
|
| H A D | dp.h | 677 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_to_pdev_dp()
|
| /linux/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/kernel/ |
| H A D | nstree.c | 347 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "suspicious ns_tree_lookup_rcu() usage"); in ns_tree_lookup_rcu() 370 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "suspicious ns_tree_adjoined_rcu() usage"); in __ns_tree_adjoined_rcu()
|
| H A D | notifier.c | 586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
| H A D | pid.c | 485 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
| H A D | workqueue.c | 560 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
|
| /linux/security/ |
| H A D | device_cgroup.c | 404 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
| /linux/kernel/sched/ |
| H A D | deadline.c | 123 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of() 132 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus() 159 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_capacity() 183 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 339 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_wifi7_dp_rx_h_mpdu() 2338 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_wifi7_dp_rx_set_link_id_wcn7850()
|
| /linux/fs/ |
| H A D | super.c | 1648 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "suspicious super_dev_lookup() usage"); in super_dev_lookup()
|
| /linux/kernel/cgroup/ |
| H A D | cgroup.c | 107 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
|