Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcu_sync.h34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
H A Drcupdate.h351 int rcu_read_lock_any_held(void);
374 static inline int rcu_read_lock_any_held(void) in rcu_read_lock_any_held() function
H A Dkprobes.h251 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(), \
/openbmc/linux/kernel/rcu/
H A Dupdate.c379 int rcu_read_lock_any_held(void) in rcu_read_lock_any_held() function
391 EXPORT_SYMBOL_GPL(rcu_read_lock_any_held);
/openbmc/linux/kernel/trace/
H A Drethook.c89 rcu_read_lock_any_held()); in rethook_get_handler()
/openbmc/linux/Documentation/RCU/
H A Dlockdep.rst20 rcu_read_lock_any_held() for any of normal RCU, RCU-bh, and RCU-sched.
/openbmc/linux/fs/erofs/
H A Dzdata.c1413 if (!in_task() || irqs_disabled() || rcu_read_lock_any_held()) { in z_erofs_decompress_kickoff()