Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dlgrp.c580 cp->cpu_next_lpl = cp; in lgrp_config()
2204 if ((cpu = cpu->cpu_next_lpl) != cp_start) { in lpl_topo_verify()
2615 cp->cpu_next_lpl = lpl_leaf->lpl_cpus; in lgrp_part_add_cpu()
2617 lpl_leaf->lpl_cpus->cpu_prev_lpl->cpu_next_lpl = cp; in lgrp_part_add_cpu()
2626 lpl_leaf->lpl_cpus = cp->cpu_next_lpl = cp->cpu_prev_lpl = cp; in lgrp_part_add_cpu()
2682 lpl->lpl_cpus = cp->cpu_next_lpl = cp->cpu_prev_lpl = NULL; in lgrp_part_del_cpu()
2688 cp->cpu_prev_lpl->cpu_next_lpl = cp->cpu_next_lpl; in lgrp_part_del_cpu()
2689 cp->cpu_next_lpl->cpu_prev_lpl = cp->cpu_prev_lpl; in lgrp_part_del_cpu()
2691 lpl->lpl_cpus = cp->cpu_next_lpl; in lgrp_part_del_cpu()
/titanic_50/usr/src/uts/common/disp/
H A Ddisp.c1273 } else if ((newcp = cp->cpu_next_lpl) == cp) { in setbackdq()
1966 ocp = cp->cpu_next_lpl; in disp_getwork()
2036 } while ((ocp = ocp->cpu_next_lpl) != ocp_start); in disp_getwork()
2677 } while ((cp = cp->cpu_next_lpl) != cpstart); in disp_lowpri_cpu()
/titanic_50/usr/src/uts/common/sys/
H A Dcpuvar.h113 struct cpu *cpu_next_lpl; /* next CPU in lgrp partition */ member