Searched refs:rcu_node_entry (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dinit_task.h115 .rcu_node_entry = LIST_HEAD_INIT(tsk.rcu_node_entry), \
H A Dsched.h1337 struct list_head rcu_node_entry; member in struct:task_struct
2104 INIT_LIST_HEAD(&p->rcu_node_entry); rcu_copy_process()
/linux-4.1.27/kernel/rcu/
H A Dtree_plugin.h179 WARN_ON_ONCE(!list_empty(&t->rcu_node_entry)); rcu_preempt_note_context_switch()
181 list_add(&t->rcu_node_entry, rnp->gp_tasks->prev); rcu_preempt_note_context_switch()
182 rnp->gp_tasks = &t->rcu_node_entry; rcu_preempt_note_context_switch()
188 list_add(&t->rcu_node_entry, &rnp->blkd_tasks); rcu_preempt_note_context_switch()
190 rnp->gp_tasks = &t->rcu_node_entry; rcu_preempt_note_context_switch()
239 np = t->rcu_node_entry.next; rcu_next_node_entry()
326 list_del_init(&t->rcu_node_entry); rcu_read_unlock_special()
330 if (&t->rcu_node_entry == rnp->gp_tasks) rcu_read_unlock_special()
332 if (&t->rcu_node_entry == rnp->exp_tasks) rcu_read_unlock_special()
335 if (&t->rcu_node_entry == rnp->boost_tasks) rcu_read_unlock_special()
394 struct task_struct, rcu_node_entry); rcu_print_detail_task_stall_rnp()
395 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) rcu_print_detail_task_stall_rnp()
451 struct task_struct, rcu_node_entry); list_for_each_entry_continue()
452 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { list_for_each_entry_continue()
824 if (likely(list_empty(&current->rcu_node_entry))) exit_rcu()
1044 t = container_of(tb, struct task_struct, rcu_node_entry); rcu_boost()

Completed in 156 milliseconds