Home
last modified time | relevance | path

Searched refs:gp_tasks (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/trace/events/
Drcu.h283 u8 level, int grplo, int grphi, int gp_tasks),
285 TP_ARGS(rcuname, gpnum, mask, qsmask, level, grplo, grphi, gp_tasks),
295 __field(u8, gp_tasks)
306 __entry->gp_tasks = gp_tasks;
312 __entry->grplo, __entry->grphi, __entry->gp_tasks)
717 grplo, grphi, gp_tasks) do { } \ argument
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h180 if ((rnp->qsmask & rdp->grpmask) && rnp->gp_tasks != NULL) { 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()
185 rnp->boost_tasks = rnp->gp_tasks; in rcu_preempt_note_context_switch()
190 rnp->gp_tasks = &t->rcu_node_entry; in rcu_preempt_note_context_switch()
227 return rnp->gp_tasks != NULL; in rcu_preempt_blocked_readers_cgp()
330 if (&t->rcu_node_entry == rnp->gp_tasks) in rcu_read_unlock_special()
331 rnp->gp_tasks = np; in rcu_read_unlock_special()
355 !!rnp->gp_tasks); in rcu_read_unlock_special()
393 t = list_entry(rnp->gp_tasks, in rcu_print_detail_task_stall_rnp()
[all …]
Dtree_trace.c223 "N."[!rnp->gp_tasks], in print_one_rcu_node_boost()
288 ".G"[rnp->gp_tasks != NULL], in print_one_rcu_state()
Dtree.h163 struct list_head *gp_tasks; member
Dtree.c2178 !!rnp->gp_tasks); in rcu_report_qs_rnp()