Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2044 lpl->lpl_cpus = NULL; /* set by lgrp_part_add_cpu() */ in lpl_init()
2064 lpl->lpl_cpus = NULL; in lpl_clear()
2202 cpu = cp_start = lpl->lpl_cpus; in lpl_topo_verify()
2265 ASSERT(lpl->lpl_cpus == NULL); in lpl_topo_verify()
2266 if (lpl->lpl_cpus != NULL) { in lpl_topo_verify()
2623 if (lpl_leaf->lpl_cpus) { in lgrp_part_add_cpu()
2624 cp->cpu_next_lpl = lpl_leaf->lpl_cpus; in lgrp_part_add_cpu()
2625 cp->cpu_prev_lpl = lpl_leaf->lpl_cpus->cpu_prev_lpl; in lgrp_part_add_cpu()
2626 lpl_leaf->lpl_cpus->cpu_prev_lpl->cpu_next_lpl = cp; in lgrp_part_add_cpu()
2627 lpl_leaf->lpl_cpus->cpu_prev_lpl = cp; in lgrp_part_add_cpu()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h264 struct cpu *lpl_cpus; /* list of cpus in lpl */ member
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1946 ocp = lpl_leaf->lpl_cpus; in disp_getwork()
2642 cp = cpstart = lpl_leaf->lpl_cpus; in disp_lowpri_cpu()