Searched refs:rcu_preempt_need_deferred_qs (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drcutiny.h152 static inline bool rcu_preempt_need_deferred_qs(struct task_struct *t) function
/linux-master/kernel/rcu/
H A Dtree_plugin.h586 static notrace bool rcu_preempt_need_deferred_qs(struct task_struct *t) function
595 * As with rcu_preempt_need_deferred_qs(), "safe" involves only
604 if (!rcu_preempt_need_deferred_qs(t))
727 if (rcu_preempt_need_deferred_qs(t)) {
731 } else if (rcu_preempt_need_deferred_qs(t)) {
930 static notrace bool rcu_preempt_need_deferred_qs(struct task_struct *t) function
H A Dtree.h461 static bool rcu_preempt_need_deferred_qs(struct task_struct *t);
H A Dtree.c2449 } else if (rcu_preempt_need_deferred_qs(current)) {

Completed in 204 milliseconds