Home
last modified time | relevance | path

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

/titanic_50/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 *);
244 static void lpl_rset_del(lpl_t *, lpl_t *);
245 static int lpl_rset_contains(lpl_t *, lpl_t *);
[all …]
H A Dcpu.c1255 lpl_t *cpu_lpl; in cpu_offline()
2636 lpl_t *lpl; in cpu_bind_thread()
/titanic_50/usr/src/uts/common/sys/
H A Dlgrp.h270 } lpl_t; typedef
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 */
/titanic_50/usr/src/uts/common/disp/
H A Dcpupart.c223 cp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * sz, KM_SLEEP); in cpupart_lpl_initialize()
247 lpl_t *lpl; in cpupart_lpl_teardown()
258 kmem_free(cp->cp_lgrploads, sizeof (lpl_t) * cp->cp_nlgrploads); in cpupart_lpl_teardown()
329 lpl_t *cpu_lpl; in cpupart_move_cpu()
825 pp->cp_lgrploads = kmem_zalloc(sizeof (lpl_t) * pp->cp_nlgrploads, in cpupart_create()
831 kmem_free(pp->cp_lgrploads, sizeof (lpl_t) * pp->cp_nlgrploads); in cpupart_create()
H A Ddisp.c1922 lpl_t *lpl, *lpl_leaf; in disp_getwork()
2601 disp_lowpri_cpu(cpu_t *hint, lpl_t *lpl, pri_t tpri, cpu_t *curcpu) in disp_lowpri_cpu()
2613 lpl_t *lpl_iter, *lpl_leaf; in disp_lowpri_cpu()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c182 lpl_t lpl; in lgrp_cpuwalk_callback()
207 if (mdb_vread(&lpl, sizeof (lpl_t), (uintptr_t)cpu->cpu_lpl) in lgrp_cpuwalk_callback()
/titanic_50/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()