Searched refs:grplo (Results 1 – 8 of 8) sorted by relevance
/kernel/rcu/ |
D | rcu.h | 363 (cpu) = cpumask_next((rnp)->grplo - 1, cpu_possible_mask); \ 371 ((rnp)->grplo + find_next_bit(&(mask), BITS_PER_LONG, (cpu))) 376 (cpu) = rcu_find_next_bit((rnp), (cpu) + 1 - (rnp->grplo), (mask)))
|
D | tree_exp.h | 312 rnp->grplo, rnp->grphi, in exp_funnel_lock() 321 rnp->grplo, rnp->grphi, TPS("nxtlvl")); in exp_funnel_lock() 491 if (unlikely(cpu > rnp->grphi - rnp->grplo)) in sync_rcu_exp_select_cpus_queue_work() 494 cpu += rnp->grplo; in sync_rcu_exp_select_cpus_queue_work() 658 rnp->level, rnp->grplo, rnp->grphi, in synchronize_rcu_expedited_wait()
|
D | tree.h | 80 int grplo; /* lowest-numbered CPU here. */ member 147 #define leaf_node_cpu_bit(rnp, cpu) (BIT((cpu) - (rnp)->grplo))
|
D | tree_plugin.h | 554 rnp->grplo, in rcu_preempt_deferred_qs_irqrestore() 788 __func__, rnp->grplo, rnp->grphi, rnp->level, in dump_blkd_tasks() 792 __func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext); in dump_blkd_tasks() 804 for (cpu = rnp->grplo; cpu <= rnp->grphi; cpu++) { in dump_blkd_tasks()
|
D | srcutree.c | 196 snp->grplo = -1; in init_srcu_struct_nodes() 222 if (snp->grplo < 0) in init_srcu_struct_nodes() 223 snp->grplo = cpu; in init_srcu_struct_nodes() 226 sdp->grpmask = 1UL << (cpu - sdp->mynode->grplo); in init_srcu_struct_nodes() 724 for (cpu = snp->grplo; cpu <= snp->grphi; cpu++) { in srcu_schedule_cbs_snp() 725 if (!(mask & (1UL << (cpu - snp->grplo)))) in srcu_schedule_cbs_snp()
|
D | tree_stall.h | 308 rnp->level, rnp->grplo, rnp->grphi); in rcu_print_task_stall() 837 if (rnp->qsmask & (1UL << (cpu - rnp->grplo))) { in rcu_check_boost_fail() 886 rnp->grplo, rnp->grphi, in show_rcu_gp_kthreads()
|
D | tree.c | 865 __func__, rnp->grplo, rnp->grphi, rnp->level, in rcu_implicit_dynticks_qs() 869 …__func__, rnp1->grplo, rnp1->grphi, rnp1->qsmask, rnp1->qsmaskinit, rnp1->qsmaskinitnext, rnp1->rc… in rcu_implicit_dynticks_qs() 947 rnp->grplo, rnp->grphi, s); in trace_rcu_this_gp() 1591 rnp->level, rnp->grplo, in rcu_gp_init() 1974 rnp->grplo, rnp->grphi, in rcu_report_qs_rnp() 4675 rnp->grplo = j * cpustride; in rcu_init_one() 4848 pr_cont("%d:%d ^%d ", rnp->grplo, rnp->grphi, rnp->grpnum); in rcu_dump_rcu_node_tree()
|
D | tree_nocb.h | 1611 rnp->grplo, rnp->grphi, READ_ONCE(rdp->nocb_gp_loops), in show_rcu_nocb_gp_state()
|