Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h163 #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 Dsrcu.h340 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 Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
H A Drculist.h75 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
81 RCU_LOCKDEP_WARN(!(cond), \
H A Dbpf.h2590 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 Dtiny.c143 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
H A Dtree.c264 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 Dtree_plugin.h300 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n"); in rcu_qs()
814RCU_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 Dsrcutiny.c245 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in synchronize_srcu()
H A Dtree_exp.h936 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
H A Dsrcutree.c1464 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_peer.c204 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 Ddp.h677 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_to_pdev_dp()
/linux/drivers/net/wireguard/
H A Dpeer.c73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
H A Dnoise.c144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
/linux/kernel/
H A Dnstree.c347 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 Dnotifier.c586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
H A Dpid.c485 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
H A Dworkqueue.c560 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
/linux/security/
H A Ddevice_cgroup.c404 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
/linux/kernel/sched/
H A Ddeadline.c123 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 Ddp_rx.c339 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 Dsuper.c1648 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "suspicious super_dev_lookup() usage"); in super_dev_lookup()
/linux/kernel/cgroup/
H A Dcgroup.c107 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \