Searched defs:cpu_lpl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c298 * NOTE: lpl_topo_bootstrap() also updates CPU0 cpu_lpl pointer to point
329 lpl_t *cpu_lpl; local
466 lgrpid = cp->cpu_lpl->lpl_lgrpid;
468 cpu_lpl = cp->cpu_lpl;
545 if (t->t_lpl != cpu_lpl &&
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h93 struct lgrp_ld *cpu_lpl; /* pointer to this cpu's load */ member in struct:cpu
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c1255 lpl_t *cpu_lpl; local
1427 cpu_lpl = cp->cpu_lpl;
1428 ASSERT(cpu_lpl != NULL);
1461 if (cpu_lpl->lpl_ncpu == 0) {
1462 if (t->t_lpl == cpu_lpl)
1467 cpu_lpl->lpl_lgrpid)
1491 klgrpset_del(p->p_lgrpset, cpu_lpl->lpl_lgrpid);
1509 if ((cpu_lpl->lpl_ncpu == 0) && (t->t_lpl == cpu_lpl))
[all...]

Completed in 53 milliseconds