Searched refs:RCU_LOCKDEP_WARN (Results 1 – 20 of 20) sorted by relevance
/linux/include/linux/ |
H 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() 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 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 | rculist.h | 65 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 71 RCU_LOCKDEP_WARN(!(cond), \
|
H A D | bpf.h | 2166 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 D | tiny.c | 152 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
|
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/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 | notifier.c | 586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
H 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/ |
H A D | irq.c | 285 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
|
H A D | traps.c | 212 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
|
/linux/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/security/ |
H A D | device_cgroup.c | 410 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed.c | 2385 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mtk_wed_attach()
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 788 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 D | mana_en.c | 3140 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in mana_get_primary_netdev_rcu()
|
/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 1137 RCU_LOCKDEP_WARN
|
/linux/kernel/cgroup/ |
H A D | cgroup.c | 117 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
|