Home
last modified time | relevance | path

Searched refs:rcu_read_lock_any_held (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
H A Drcupdate.h354 int rcu_read_lock_any_held(void);
377 static inline int rcu_read_lock_any_held(void) in rcu_read_lock_any_held() function
H A Dkprobes.h246 return rcu_dereference_check(ri->rph->rp, rcu_read_lock_any_held()); in get_kretprobe()
H A Drculist.h54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
/linux/kernel/rcu/
H A Dupdate.c380 int rcu_read_lock_any_held(void) in rcu_read_lock_any_held() function
392 EXPORT_SYMBOL_GPL(rcu_read_lock_any_held);
/linux/kernel/trace/
H A Drethook.c88 rcu_read_lock_any_held()); in rethook_get_handler()
/linux/Documentation/RCU/
H A Dlockdep.rst20 rcu_read_lock_any_held() for any of normal RCU, RCU-bh, and RCU-sched.
/linux/fs/erofs/
H A Dzdata.c1464 if (!in_task() || irqs_disabled() || rcu_read_lock_any_held()) { in z_erofs_decompress_kickoff()
/linux/kernel/
H A Dworkqueue.c534 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
539 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c575 WARN_ON(!rcu_read_lock_any_held()); in ath12k_mac_get_arvif()