Home
last modified time | relevance | path

Searched refs:rcu_read_lock_any_held (Results 1 – 8 of 8) 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.h326 int rcu_read_lock_any_held(void);
349 static inline int rcu_read_lock_any_held(void) in rcu_read_lock_any_held() function
712 (c) || rcu_read_lock_any_held(), \
H A Dkprobes.h247 return rcu_dereference_check(ri->rph->rp, rcu_read_lock_any_held()); in get_kretprobe()
H A Drculist.h75 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \
/linux/kernel/trace/
H A Drethook.c88 rcu_read_lock_any_held()); in rethook_get_handler()
/linux/kernel/sched/ext/
H A Dsub.c53 rcu_read_lock_any_held()); in scx_skip_subtree_pre()
80 rcu_read_lock_any_held()); in scx_next_descendant_pre()
/linux/kernel/sched/
H A Dsched.h2967 lockdep_assert(rcu_read_lock_any_held()); in idle_get_state()
/linux/kernel/
H A Dworkqueue.c560 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held() && \