Home
last modified time | relevance | path

Searched refs:grplo (Results 1 – 8 of 8) sorted by relevance

/kernel/rcu/
Dtree_exp.h311 rnp->grplo, rnp->grphi, in exp_funnel_lock()
320 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock()
490 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus_queue_work()
493 cpu += rnp->grplo; in sync_rcu_exp_select_cpus_queue_work()
657 rnp->level, rnp->grplo, rnp->grphi, in synchronize_rcu_expedited_wait()
Dsrcutree.c112 snp->grplo = -1; in init_srcu_struct_nodes()
145 if (snp->grplo < 0) in init_srcu_struct_nodes()
146 snp->grplo = cpu; in init_srcu_struct_nodes()
153 sdp->grpmask = 1 << (cpu - sdp->mynode->grplo); in init_srcu_struct_nodes()
493 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp()
494 if (!(mask & (1 << (cpu - snp->grplo)))) in srcu_schedule_cbs_snp()
559 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_gp_end()
Drcu.h348 (cpu) = cpumask_next((rnp)->grplo - 1, cpu_possible_mask); \
356 ((rnp)->grplo + find_next_bit(&(mask), BITS_PER_LONG, (cpu)))
361 (cpu) = rcu_find_next_bit((rnp), (cpu) + 1 - (rnp->grplo), (mask)))
Dtree.h82 int grplo; /* lowest-numbered CPU here. */ member
142 #define leaf_node_cpu_bit(rnp, cpu) (BIT((cpu) - (rnp)->grplo))
Dtree_plugin.h549 rnp->grplo, in rcu_preempt_deferred_qs_irqrestore()
781 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks()
785 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks()
797 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
Dtree_stall.h280 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall()
805 if (rnp->qsmask & (1UL << (cpu - rnp->grplo))) { in rcu_check_boost_fail()
854 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
Dtree.c1265 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs()
1269 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs()
1350 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp()
1861 rnp->level, rnp->grplo, in rcu_gp_init()
2214 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp()
4662 rnp->grplo = j * cpustride; in rcu_init_one()
4809 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
Dtree_nocb.h1502 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()