Searched refs:lpl_t (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c157 static lpl_t lpl_bootstrap_list[LPL_BOOTSTRAP_SIZE];
158 lpl_t *lpl_bootstrap;
159 static lpl_t *lpl_bootstrap_rset[LPL_BOOTSTRAP_SIZE];
239 static void lpl_init(lpl_t *, lpl_t *, lgrp_t *);
240 static void lpl_clear(lpl_t *);
241 static void lpl_leaf_insert(lpl_t *, struct cpupart *);
242 static void lpl_leaf_remove(lpl_t *, struct cpupart *);
243 static void lpl_rset_add(lpl_t *, lpl_t *);
[all...]
H A Dcpu.c1255 lpl_t *cpu_lpl;
2636 lpl_t *lpl;
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h270 } lpl_t; typedef in typeref:struct:lgrp_ld
530 extern lpl_t *lpl_bootstrap; /* bootstrap lpl for non-active CPUs */
582 lpl_t *lgrp_affinity_best(kthread_t *, struct cpupart *, lgrp_id_t,
586 lpl_t *lgrp_choose(kthread_t *t, struct cpupart *);
589 void lgrp_loadavg(lpl_t *, uint_t, int);
590 void lgrp_move_thread(kthread_t *, lpl_t *, int);
610 void lpl_topo_bootstrap(lpl_t *, int);
H A Dcpupart.h85 lpl_t *cp_lgrploads; /* table of load averages for this */
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c223 cp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * sz, KM_SLEEP);
247 lpl_t *lpl;
258 kmem_free(cp->cp_lgrploads, sizeof (lpl_t) * cp->cp_nlgrploads);
329 lpl_t *cpu_lpl;
738 * lpl_t for its lgroup in its new partition.
825 pp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * pp->cp_nlgrploads,
831 kmem_free(pp->cp_lgrploads, sizeof (lpl_t) * pp->cp_nlgrploads);
H A Ddisp.c1906 lpl_t *lpl, *lpl_leaf;
2585 disp_lowpri_cpu(cpu_t *hint, lpl_t *lpl, pri_t tpri, cpu_t *curcpu)
2597 lpl_t *lpl_iter, *lpl_leaf;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c182 lpl_t lpl;
207 if (mdb_vread(&lpl, sizeof (lpl_t), (uintptr_t)cpu->cpu_lpl)
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c479 lpl_t *
485 lpl_t *best_lpl;
489 lpl_t *lpl;
591 lpl_t *best_lpl;

Completed in 69 milliseconds