Searched refs:rcu_read_lock_sched_held (Results 1 – 9 of 9) sorted by relevance
279 int rcu_read_lock_sched_held(void);297 static inline int rcu_read_lock_sched_held(void) in rcu_read_lock_sched_held() function559 __rcu_dereference_check((p), (c) || rcu_read_lock_sched_held(), \
119 int rcu_read_lock_sched_held(void) in rcu_read_lock_sched_held() function127 EXPORT_SYMBOL(rcu_read_lock_sched_held);
360 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
19 rcu_read_lock_sched_held() for RCU-sched.48 rcu_read_lock_sched_held(). This is useful in code that
968 rcu_read_lock_sched_held
71 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()
2729 RCU_LOCKDEP_WARN(!rcu_read_lock_sched_held(), in __dl_update()
265 WARN_ON_ONCE(!rcu_read_lock_sched_held() && in module_assert_mutex_or_preempt()
2485 rcu_read_lock_sched_held(). However, the old RCU-sched update-side APIs
Completed in 41 milliseconds