| /linux/include/linux/ |
| H A D | rcupdate.h | 154 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s) 377 #define RCU_LOCKDEP_WARN(c, s) \ macro 390 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 401 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \ 403 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 465 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 515 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \ 521 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \ 851 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 879 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() [all …]
|
| H A D | srcu.h | 329 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast()."); 369 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast_updown()."); in srcu_read_lock_fast_notrace() 405 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_down_read_fast()."); in srcu_read_lock_nmisafe() 503 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_unlock_fast()."); 519 RCU_LOCKDEP_WARN(!rcu_is_watching(), 548 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_up_read_fast_updown()."); in srcu_read_unlock_notrace()
|
| 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 | 103 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && preemptible(), in __rcuref_put()
|
| H A D | fdtable.h | 90 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
|
| H A D | rculist.h | 75 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 81 RCU_LOCKDEP_WARN(!(cond), \
|
| /linux/mm/ |
| H A D | mmap_lock.c | 218 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in vma_start_read() 377 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu read lock held"); in lock_next_vma()
|
| /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() 419 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_peer_find_by_peerid() 437 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_link_peer_find_by_peerid()
|
| H A D | dp.h | 676 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in ath12k_dp_to_pdev_dp()
|
| /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() 390 RCU_LOCKDEP_WARN(ct_nesting() < 0, in rcu_is_cpu_rrupt_from_idle() 406 RCU_LOCKDEP_WARN(!in_task() || !is_idle_task(current), in rcu_is_cpu_rrupt_from_idle() 411 RCU_LOCKDEP_WARN(1, "RCU nmi_nesting counter underflow/zero!"); in rcu_is_cpu_rrupt_from_idle() 625 RCU_LOCKDEP_WARN(ct_nesting() <= 0, in rcu_irq_exit_check_preempt() 627 RCU_LOCKDEP_WARN(ct_nmi_nesting() != in rcu_irq_exit_check_preempt() 630 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in rcu_irq_exit_check_preempt() 670 RCU_LOCKDEP_WARN(!rcu_is_watching_curr_cpu(), in __rcu_irq_enter_check_tick() 3135 RCU_LOCKDEP_WARN(!rcu_rdp_cpu_online(rdp), "Callback enqueued on offline CPU!"); in __call_rcu_common() 3354 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() 788 …RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks() 952 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 | 931 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-fence.c | 1132 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in dma_fence_driver_name() 1164 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in dma_fence_timeline_name()
|
| /linux/drivers/net/wireguard/ |
| H A D | peer.c | 73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
|
| /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 | hung_task.c | 143 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "No rcu lock held"); in debug_show_blocker()
|
| H A D | notifier.c | 586 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
|
| H A D | pid.c | 476 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
|
| /linux/arch/x86/kernel/ |
| H A D | irq.c | 331 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
|
| H A D | traps.c | 354 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
|
| /linux/kernel/sched/ |
| H A D | deadline.c | 120 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of() 129 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus() 156 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_capacity() 180 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
|
| /linux/security/ |
| H A D | device_cgroup.c | 404 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
|
| /linux/arch/arm64/kernel/ |
| H A D | entry-common.c | 281 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work"); in debug_exception_enter()
|