Searched refs:RCU_LOCKDEP_WARN (Results 1 - 25 of 27) sorted by last modified time

12

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c2385 RCU_LOCKDEP_WARN(!rcu_read_lock_held(),
/linux-master/include/linux/
H A Dbpf.h2075 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held");
H A Drcupdate.h384 * RCU_LOCKDEP_WARN - emit lockdep splat if specified condition is met
392 * ("rcu: Reject RCU_LOCKDEP_WARN() false positives") for more detail.
394 #define RCU_LOCKDEP_WARN(c, s) \ macro
407 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map),
418 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \
420 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \
426 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro
471 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \
477 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \
782 RCU_LOCKDEP_WARN(!rcu_is_watchin
[all...]
H A Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(),
H A Drculist.h54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
60 RCU_LOCKDEP_WARN(!(cond), \
H A Dfdtable.h101 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock),
/linux-master/kernel/
H A Dworkqueue.c533 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
538 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
H A Dpid.c428 RCU_LOCKDEP_WARN(!rcu_read_lock_held(),
H A Dnotifier.c594 RCU_LOCKDEP_WARN(!rcu_is_watching(),
/linux-master/fs/
H A Dinode.c1570 RCU_LOCKDEP_WARN(!rcu_read_lock_held(),
1608 RCU_LOCKDEP_WARN(!rcu_read_lock_held(),
/linux-master/arch/x86/kernel/
H A Dirq.c253 RCU_LOCKDEP_WARN(!rcu_is_watching(), "IRQ failed to wake up RCU");
H A Dtraps.c170 RCU_LOCKDEP_WARN(!rcu_is_watching(), "entry code didn't wake RCU");
/linux-master/arch/arm64/mm/
H A Dfault.c902 RCU_LOCKDEP_WARN(!rcu_is_watching(), "exception_enter didn't work");
/linux-master/kernel/rcu/
H A Dtree_plugin.h27 RCU_LOCKDEP_WARN(
288 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!\n");
697 RCU_LOCKDEP_WARN(preemptible(), "rcu_preempt_check_blocked_tasks() invoked with preemption enabled!!!\n");
850 RCU_LOCKDEP_WARN(preemptible(), "rcu_qs() invoked with preemption enabled!!!");
H A Dtree_exp.h909 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) ||
H A Dtree.c358 RCU_LOCKDEP_WARN(ct_dynticks_nesting() < 0,
360 RCU_LOCKDEP_WARN(ct_dynticks_nmi_nesting() <= 0,
573 RCU_LOCKDEP_WARN(ct_dynticks_nesting() <= 0,
575 RCU_LOCKDEP_WARN(ct_dynticks_nmi_nesting() !=
578 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(),
618 RCU_LOCKDEP_WARN(rcu_dynticks_curr_cpu_in_eqs(),
3605 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) ||
H A Dtiny.c154 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map) ||
H A Dtasks.h1949 RCU_LOCKDEP_WARN(lock_is_held(&rcu_trace_lock_map), "Illegal synchronize_rcu_tasks_trace() in RCU Tasks Trace read-side critical section");
H A Dsrcutree.c1383 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) ||
H A Dsrcutiny.c203 RCU_LOCKDEP_WARN(lockdep_is_held(ssp) ||
/linux-master/kernel/cgroup/
H A Dcgroup.c117 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c789 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu read lock held");
/linux-master/kernel/sched/
H A Ddeadline.c118 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(),
128 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(),
163 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(),
187 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(),
/linux-master/drivers/net/wireguard/
H A Dnoise.c144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(),
/linux-master/security/
H A Ddevice_cgroup.c410 RCU_LOCKDEP_WARN(!rcu_read_lock_held() &&

Completed in 362 milliseconds

12