Searched refs:rcu_node_entry (Results 1 – 3 of 3) sorted by relevance
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()[all …]
115 .rcu_node_entry = LIST_HEAD_INIT(tsk.rcu_node_entry), \
1337 struct list_head rcu_node_entry; member2104 INIT_LIST_HEAD(&p->rcu_node_entry); in rcu_copy_process()