Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c159 static lpl_t lpl_bootstrap_list[LPL_BOOTSTRAP_SIZE];
160 lpl_t *lpl_bootstrap;
161 static lpl_t *lpl_bootstrap_rset[LPL_BOOTSTRAP_SIZE];
241 static void lpl_init(lpl_t *, lpl_t *, lgrp_t *);
242 static void lpl_clear(lpl_t *);
243 static void lpl_leaf_insert(lpl_t *, struct cpupart *);
244 static void lpl_leaf_remove(lpl_t *, struct cpupart *);
245 static void lpl_rset_add(lpl_t *, lpl_t *);
246 static void lpl_rset_del(lpl_t *, lpl_t *);
247 static int lpl_rset_contains(lpl_t *, lpl_t *);
[all …]
H A Dcpu.c1288 lpl_t *cpu_lpl; in cpu_offline()
2661 lpl_t *lpl; in cpu_bind_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h272 } lpl_t; typedef
532 extern lpl_t *lpl_bootstrap; /* bootstrap lpl for non-active CPUs */
584 lpl_t *lgrp_affinity_best(kthread_t *, struct cpupart *, lgrp_id_t,
588 lpl_t *lgrp_choose(kthread_t *t, struct cpupart *);
591 void lgrp_loadavg(lpl_t *, uint_t, int);
592 void lgrp_move_thread(kthread_t *, lpl_t *, int);
612 void lpl_topo_bootstrap(lpl_t *, int);
H A Dcpupart.h86 lpl_t *cp_lgrploads; /* table of load averages for this */
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c226 cp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * sz, KM_SLEEP); in cpupart_lpl_initialize()
250 lpl_t *lpl; in cpupart_lpl_teardown()
261 kmem_free(cp->cp_lgrploads, sizeof (lpl_t) * cp->cp_nlgrploads); in cpupart_lpl_teardown()
332 lpl_t *cpu_lpl; in cpupart_move_cpu()
H A Ddisp.c1904 lpl_t *lpl, *lpl_leaf; in disp_getwork()
2616 lpl_t *lpl_iter, *lpl_leaf; in disp_lowpri_cpu()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c180 lpl_t lpl; in lgrp_cpuwalk_callback()
205 if (mdb_vread(&lpl, sizeof (lpl_t), (uintptr_t)cpu->cpu_lpl) in lgrp_cpuwalk_callback()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c479 lpl_t *
485 lpl_t *best_lpl; in lgrp_affinity_best()
489 lpl_t *lpl; in lgrp_affinity_best()
591 lpl_t *best_lpl; in lgrp_affinity_set_thread()