Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h150 #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()
426 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
428 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
489 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
539 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
545 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 Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
H A Drcuref.h83 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && preemptible(), in __rcuref_put()
H A Drculist.h65 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
71 RCU_LOCKDEP_WARN(!(cond), \
H A Dbpf.h2166 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array()
2207 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
/linux/kernel/rcu/
H A Dtiny.c152 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
H A Dtasks.h2040RCU_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/
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 Dnotifier.c586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
H A Dworkqueue.c534 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
539 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
/linux/arch/x86/kernel/
H A Dirq.c285 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
H A Dtraps.c212 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
/linux/kernel/sched/
H A Ddeadline.c117 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/
H A Ddevice_cgroup.c410 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c2385 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mtk_wed_attach()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c788 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu read lock held"); in get_next_path_rr()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c3140 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mana_get_primary_netdev_rcu()
/linux/Documentation/RCU/
H A DwhatisRCU.rst1137 RCU_LOCKDEP_WARN
/linux/kernel/cgroup/
H A Dcgroup.c117 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \