Lines Matching refs:rcu_node_entry
179 WARN_ON_ONCE(!list_empty(&t->rcu_node_entry)); in rcu_preempt_note_context_switch()
181 list_add(&t->rcu_node_entry, rnp->gp_tasks->prev); in rcu_preempt_note_context_switch()
182 rnp->gp_tasks = &t->rcu_node_entry; in rcu_preempt_note_context_switch()
188 list_add(&t->rcu_node_entry, &rnp->blkd_tasks); in rcu_preempt_note_context_switch()
190 rnp->gp_tasks = &t->rcu_node_entry; in rcu_preempt_note_context_switch()
239 np = t->rcu_node_entry.next; in rcu_next_node_entry()
326 list_del_init(&t->rcu_node_entry); in rcu_read_unlock_special()
330 if (&t->rcu_node_entry == rnp->gp_tasks) in rcu_read_unlock_special()
332 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_read_unlock_special()
335 if (&t->rcu_node_entry == rnp->boost_tasks) in rcu_read_unlock_special()
394 struct task_struct, rcu_node_entry); in rcu_print_detail_task_stall_rnp()
395 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) in rcu_print_detail_task_stall_rnp()
451 struct task_struct, rcu_node_entry); in rcu_print_task_stall()
452 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_stall()
824 if (likely(list_empty(¤t->rcu_node_entry))) in exit_rcu()
1044 t = container_of(tb, struct task_struct, rcu_node_entry); in rcu_boost()