Searched refs:blkd_tasks (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree_plugin.h | 136 * section into the appropriate location within the ->blkd_tasks list, 142 * ->blkd_tasks list, it also waits on all subsequent elements. Thus, 196 list_add(&t->rcu_node_entry, &rnp->blkd_tasks); in rcu_preempt_ctxt_queue() 214 list_add_tail(&t->rcu_node_entry, &rnp->blkd_tasks); in rcu_preempt_ctxt_queue() 288 * some leaf rcu_node structure's ->blkd_tasks list. In addition to the 315 * record that fact, so we enqueue the task on the blkd_tasks list. 318 * cannot be permitted to complete until the blkd_tasks list entries 449 * Advance a ->blkd_tasks-list pointer to the next entry, instead 458 if (np == &rnp->blkd_tasks) in rcu_next_node_entry() 469 return !list_empty(&rnp->blkd_tasks); in rcu_preempt_has_tasks() [all...] |
| H A D | tree_exp.h | 150 WRITE_ONCE(rnp->exp_tasks, rnp->blkd_tasks.next); in sync_exp_reset_tree() 820 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_exp_stall() 847 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_exp_print_detail_task_stall_rnp()
|
| H A D | tasks.h | 1798 LIST_HEAD(blkd_tasks); in rcu_tasks_trace_pregp_step() 1840 list_splice_init(&rtpcp->rtp_blkd_tasks, &blkd_tasks); in rcu_tasks_trace_pregp_step() 1841 while (!list_empty(&blkd_tasks)) { in rcu_tasks_trace_pregp_step() 1843 t = list_first_entry(&blkd_tasks, struct task_struct, trc_blkd_node); in rcu_tasks_trace_pregp_step()
|
| H A D | tree.h | 88 struct list_head blkd_tasks; member
|
| H A D | tree_stall.h | 286 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_detail_task_stall_rnp() 342 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_stall()
|
| H A D | tree.c | 4700 INIT_LIST_HEAD(&rnp->blkd_tasks); in rcu_init_one()
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 526 1 struct list_head blkd_tasks; 531 The ``->blkd_tasks`` field is a list header for the list of blocked and 535 ``->blkd_tasks`` list for the leaf ``rcu_node`` structure corresponding 547 removes itself from the ``->blkd_tasks`` list, then that task must
|