Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree_plugin.h154 int blkd_state = (rnp->gp_tasks ? RCU_GP_TASKS : 0) + in rcu_preempt_ctxt_queue()
227 list_add(&t->rcu_node_entry, rnp->gp_tasks); in rcu_preempt_ctxt_queue()
243 if (!rnp->gp_tasks && (blkd_state & RCU_GP_BLKD)) { in rcu_preempt_ctxt_queue()
244 WRITE_ONCE(rnp->gp_tasks, &t->rcu_node_entry); in rcu_preempt_ctxt_queue()
369 return READ_ONCE(rnp->gp_tasks) != NULL; in rcu_preempt_blocked_readers_cgp()
529 if (&t->rcu_node_entry == rnp->gp_tasks) in rcu_preempt_deferred_qs_irqrestore()
530 WRITE_ONCE(rnp->gp_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
554 !!rnp->gp_tasks); in rcu_preempt_deferred_qs_irqrestore()
701 WRITE_ONCE(rnp->gp_tasks, rnp->blkd_tasks.next); in rcu_preempt_check_blocked_tasks()
702 t = container_of(rnp->gp_tasks, struct task_struct, in rcu_preempt_check_blocked_tasks()
[all …]
Dtree_stall.h247 t = list_entry(rnp->gp_tasks->prev, in rcu_print_detail_task_stall_rnp()
303 t = list_entry(rnp->gp_tasks->prev, in rcu_print_task_stall()
805 if (READ_ONCE(rnp->gp_tasks)) in rcu_check_boost_fail()
812 if (rnp->gp_tasks) in rcu_check_boost_fail()
867 !data_race(READ_ONCE(rnp->exp_tasks)) && !data_race(READ_ONCE(rnp->gp_tasks))) in show_rcu_gp_kthreads()
877 ".G"[!!data_race(READ_ONCE(rnp->gp_tasks))], in show_rcu_gp_kthreads()
Dtree.h93 struct list_head *gp_tasks; member
Dtree.c1929 !!rnp->gp_tasks); in rcu_report_qs_rnp()
/linux-6.1.9/include/trace/events/
Drcu.h372 u8 level, int grplo, int grphi, int gp_tasks),
374 TP_ARGS(rcuname, gp_seq, mask, qsmask, level, grplo, grphi, gp_tasks),
384 __field(u8, gp_tasks)
395 __entry->gp_tasks = gp_tasks;
401 __entry->grplo, __entry->grphi, __entry->gp_tasks)
/linux-6.1.9/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst494 2 struct list_head *gp_tasks;
509 grace period. That pointer is stored in ``->gp_tasks`` for normal grace