Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drcupdate.h338 int rcu_read_lock_sched_held(void);
356 static inline int rcu_read_lock_sched_held(void) in rcu_read_lock_sched_held() function
643 (c) || rcu_read_lock_sched_held(), \
A Dcgroup.h395 rcu_read_lock_sched_held() || \
/linux-6.3-rc2/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.c399 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
/linux-6.3-rc2/Documentation/RCU/
A Dlockdep.rst19 rcu_read_lock_sched_held() for RCU-sched.
50 rcu_read_lock_sched_held(). This is useful in code that
A DwhatisRCU.rst1072 rcu_read_lock_sched_held
/linux-6.3-rc2/kernel/module/
A Dinternal.h115 WARN_ON_ONCE(!rcu_read_lock_sched_held() && in module_assert_mutex_or_preempt()
/linux-6.3-rc2/kernel/sched/
A Ddeadline.c103 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_of()
113 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_cpus()
148 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in dl_bw_capacity()
172 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/
A DRequirements.rst2485 rcu_read_lock_sched_held(). However, the old RCU-sched update-side APIs

Completed in 32 milliseconds