Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Drcupdate.h316 #define RCU_LOCKDEP_WARN(c, s) \ macro
328 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check()
339 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
341 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
347 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
689 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock()
717 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock()
743 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh()
754 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh()
781 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched()
[all …]
A Dfdtable.h96 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
103 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in files_lookup_fd_rcu()
A Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
A Drculist.h54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
60 RCU_LOCKDEP_WARN(!(cond), \
A Dkprobes.h229 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in get_kretprobe()
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dmisc.h49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) macro
/linux/kernel/rcu/
A Dtree_plugin.h27 RCU_LOCKDEP_WARN( in rcu_rdp_is_offloaded()
284 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n"); in rcu_qs()
685RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled… in rcu_preempt_check_blocked_tasks()
842 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!"); in rcu_qs()
A Dtiny.c151 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
A Dtree.c434 RCU_LOCKDEP_WARN(__this_cpu_read(rcu_data.dynticks_nesting) < 0, in rcu_is_cpu_rrupt_from_idle()
436 RCU_LOCKDEP_WARN(__this_cpu_read(rcu_data.dynticks_nmi_nesting) <= 0, in rcu_is_cpu_rrupt_from_idle()
819 RCU_LOCKDEP_WARN(__this_cpu_read(rcu_data.dynticks_nesting) <= 0, in rcu_irq_exit_check_preempt()
821 RCU_LOCKDEP_WARN(__this_cpu_read(rcu_data.dynticks_nmi_nesting) != in rcu_irq_exit_check_preempt()
824 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(), in rcu_irq_exit_check_preempt()
952 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(), in __rcu_irq_enter_check_tick()
3737 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu()
A Dtasks.h174 RCU_LOCKDEP_WARN(rcu_scheduler_active == RCU_SCHEDULER_INACTIVE, in synchronize_rcu_tasks_generic()
1246RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU … in synchronize_rcu_tasks_trace()
A Dtree_exp.h819 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) || in synchronize_rcu_expedited()
A Dsrcutree.c917 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) || in __synchronize_srcu()
/linux/drivers/net/wireguard/
A Dpeer.c74 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
A Dnoise.c144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
/linux/kernel/
A Dnotifier.c527 RCU_LOCKDEP_WARN(!rcu_is_watching(), in notify_die()
A Dpid.c415 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
A Dworkqueue.c384 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
389 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
/linux/arch/x86/kernel/
A Dirq.c246 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU"); in DEFINE_IDTENTRY_IRQ()
A Dtraps.c176 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU"); in do_error_trap()
/linux/security/
A Ddevice_cgroup.c398 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
/linux/kernel/sched/
A Ddeadline.c71 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of()
81 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus()
100 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_bw_capacity()
A Dsched.h2729 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
/linux/fs/
A Dinode.c1499 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_rcu()
1537 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_inode_by_ino_rcu()
/linux/arch/arm64/mm/
A Dfault.c881 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work"); in debug_exception_enter()
/linux/Documentation/RCU/
A DwhatisRCU.rst992 RCU_LOCKDEP_WARN

Completed in 85 milliseconds

12