Home
last modified time | relevance | path

Searched refs:cpu_next_lpl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c584 cp->cpu_next_lpl = cp; in lgrp_config()
2213 if ((cpu = cpu->cpu_next_lpl) != cp_start) { in lpl_topo_verify()
2624 cp->cpu_next_lpl = lpl_leaf->lpl_cpus; in lgrp_part_add_cpu()
2626 lpl_leaf->lpl_cpus->cpu_prev_lpl->cpu_next_lpl = cp; in lgrp_part_add_cpu()
2635 lpl_leaf->lpl_cpus = cp->cpu_next_lpl = cp->cpu_prev_lpl = cp; in lgrp_part_add_cpu()
2691 lpl->lpl_cpus = cp->cpu_next_lpl = cp->cpu_prev_lpl = NULL; in lgrp_part_del_cpu()
2697 cp->cpu_prev_lpl->cpu_next_lpl = cp->cpu_next_lpl; in lgrp_part_del_cpu()
2698 cp->cpu_next_lpl->cpu_prev_lpl = cp->cpu_prev_lpl; in lgrp_part_del_cpu()
2700 lpl->lpl_cpus = cp->cpu_next_lpl; in lgrp_part_del_cpu()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1275 } else if ((newcp = cp->cpu_next_lpl) == cp) { in setbackdq()
1948 ocp = cp->cpu_next_lpl; in disp_getwork()
2018 } while ((ocp = ocp->cpu_next_lpl) != ocp_start); in disp_getwork()
2655 } while ((cp = cp->cpu_next_lpl) != cpstart); in disp_lowpri_cpu()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h117 struct cpu *cpu_next_lpl; /* next CPU in lgrp partition */ member