Searched refs:blkd_tasks (Results 1 – 4 of 4) sorted by relevance
1797 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()
88 struct list_head blkd_tasks; member
228 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()
493 1 struct list_head blkd_tasks;498 The ``->blkd_tasks`` field is a list header for the list of blocked and502 ``->blkd_tasks`` list for the leaf ``rcu_node`` structure corresponding514 removes itself from the ``->blkd_tasks`` list, then that task must