Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree_plugin.h181 (rnp->exp_tasks ? RCU_EXP_TASKS : 0) + in rcu_preempt_ctxt_queue()
242 list_add(&t->rcu_node_entry, rnp->exp_tasks); in rcu_preempt_ctxt_queue()
273 if (!rnp->exp_tasks && (blkd_state & RCU_EXP_BLKD)) in rcu_preempt_ctxt_queue()
274 rnp->exp_tasks = &t->rcu_node_entry; in rcu_preempt_ctxt_queue()
561 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_read_unlock_special()
562 rnp->exp_tasks = np; in rcu_read_unlock_special()
688 if (!rnp->exp_tasks) in rcu_print_task_exp_stall()
690 t = list_entry(rnp->exp_tasks->prev, in rcu_print_task_exp_stall()
886 __func__, rnp->gp_tasks, rnp->boost_tasks, rnp->exp_tasks); in dump_blkd_tasks()
1051 if (READ_ONCE(rnp->exp_tasks) == NULL && in rcu_boost()
[all …]
Dtree_exp.h165 return rnp->exp_tasks == NULL && in sync_rcu_preempt_exp_done()
426 rnp->exp_tasks = rnp->blkd_tasks.next; in sync_rcu_exp_select_node_cpus()
560 rnp_root->expmask, ".T"[!!rnp_root->exp_tasks]); in synchronize_sched_expedited_wait()
571 ".T"[!!rnp->exp_tasks]); in synchronize_sched_expedited_wait()
Dtree.h131 struct list_head *exp_tasks; member