Home
last modified time | relevance | path

Searched refs:rcu_read_lock_sched_held (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
A Drcupdate.h279 int rcu_read_lock_sched_held(void);
297 static inline int rcu_read_lock_sched_held(void) in rcu_read_lock_sched_held() function
559 __rcu_dereference_check((p), (c) || rcu_read_lock_sched_held(), \
/linux/kernel/rcu/
A Dupdate.c119 int rcu_read_lock_sched_held(void) in rcu_read_lock_sched_held() function
127 EXPORT_SYMBOL(rcu_read_lock_sched_held);
A Drcutorture.c360 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
/linux/Documentation/RCU/
A Dlockdep.rst19 rcu_read_lock_sched_held() for RCU-sched.
48 rcu_read_lock_sched_held(). This is useful in code that
A DwhatisRCU.rst968 rcu_read_lock_sched_held
/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/kernel/
A Dmodule.c265 WARN_ON_ONCE(!rcu_read_lock_sched_held() && in module_assert_mutex_or_preempt()
/linux/Documentation/RCU/Design/Requirements/
A DRequirements.rst2485 rcu_read_lock_sched_held(). However, the old RCU-sched update-side APIs

Completed in 40 milliseconds