Home
last modified time | relevance | path

Searched refs:exp_tasks (Results 1 – 3 of 3) sorted by relevance

/kernel/rcu/
Dtree_plugin.h138 (rnp->exp_tasks ? RCU_EXP_TASKS : 0) + in rcu_preempt_ctxt_queue()
199 list_add(&t->rcu_node_entry, rnp->exp_tasks); in rcu_preempt_ctxt_queue()
230 if (!rnp->exp_tasks && (blkd_state & RCU_EXP_BLKD)) in rcu_preempt_ctxt_queue()
231 WRITE_ONCE(rnp->exp_tasks, &t->rcu_node_entry); in rcu_preempt_ctxt_queue()
505 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_preempt_deferred_qs_irqrestore()
506 WRITE_ONCE(rnp->exp_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
618 READ_ONCE(t->rcu_blocked_node->exp_tasks)) || in rcu_read_unlock_special()
762 READ_ONCE(rnp->exp_tasks)); in dump_blkd_tasks()
988 if (READ_ONCE(rnp->exp_tasks) == NULL && in rcu_boost()
998 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()
[all …]
Dtree_exp.h153 return READ_ONCE(rnp->exp_tasks) == NULL && in sync_rcu_exp_done()
376 WRITE_ONCE(rnp->exp_tasks, rnp->blkd_tasks.next); in sync_rcu_exp_select_node_cpus()
551 ".T"[!!data_race(rnp_root->exp_tasks)]); in synchronize_rcu_expedited_wait()
562 ".T"[!!data_race(rnp->exp_tasks)]); in synchronize_rcu_expedited_wait()
715 if (!rnp->exp_tasks) { in rcu_print_task_exp_stall()
719 t = list_entry(rnp->exp_tasks->prev, in rcu_print_task_exp_stall()
Dtree.h94 struct list_head *exp_tasks; member