Home
last modified time | relevance | path

Searched refs:blkd_tasks (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
H A Dtasks.h1797 LIST_HEAD(blkd_tasks); in rcu_tasks_trace_pregp_step()
1839 list_splice_init(&rtpcp->rtp_blkd_tasks, &blkd_tasks); in rcu_tasks_trace_pregp_step()
1840 while (!list_empty(&blkd_tasks)) { in rcu_tasks_trace_pregp_step()
1842 t = list_first_entry(&blkd_tasks, struct task_struct, trc_blkd_node); in rcu_tasks_trace_pregp_step()
H A Dtree.h88 struct list_head blkd_tasks; member
H A Dtree_stall.h228 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_detail_task_stall_rnp()
284 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_stall()
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst493 1 struct list_head blkd_tasks;
498 The ``->blkd_tasks`` field is a list header for the list of blocked and
502 ``->blkd_tasks`` list for the leaf ``rcu_node`` structure corresponding
514 removes itself from the ``->blkd_tasks`` list, then that task must