Home
last modified time | relevance | path

Searched refs:t_bound_cpu (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c451 (void *)cp, (void *)t->t_bound_cpu); in thread_affinity_set()
454 t->t_bound_cpu = cp; in thread_affinity_set()
496 t->t_bound_cpu = NULL; in thread_affinity_clear()
502 t->t_bound_cpu = cpu[binding]; in thread_affinity_clear()
506 if (t->t_cpu != t->t_bound_cpu) { in thread_affinity_clear()
659 t->t_bound_cpu == cp) { in thread_nomigrate()
741 if (t->t_bound_cpu && in thread_allowmigrate()
881 t->t_bound_cpu = cp; in cpu_pause_alloc()
1331 if (curthread->t_bound_cpu == cp) in cpu_offline()
2663 tp->t_bound_cpu = cp; in cpu_bind_thread()
[all …]
H A Dpanic.c219 cpu_t *bound_cpu = t->t_bound_cpu; in panicsys()
227 t->t_bound_cpu = cp; in panicsys()
H A Dclock_highres.c248 cpu = t->t_bound_cpu; in clock_highres_timer_settime()
372 cpu = t->t_bound_cpu; in clock_highres_timer_lwpbind()
H A Dlwp.c531 t->t_bound_cpu = cpu[binding]; in lwp_create()
532 if (t->t_lpl != t->t_bound_cpu->cpu_lpl) in lwp_create()
533 lgrp_move_thread(t, t->t_bound_cpu->cpu_lpl, 1); in lwp_create()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1223 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setbackdq()
1303 tp->t_weakbound_cpu : tp->t_bound_cpu; in setbackdq()
1405 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setfrontdq()
1453 tp->t_weakbound_cpu : tp->t_bound_cpu; in setfrontdq()
2124 while (tp && (tp->t_bound_cpu || tp->t_weakbound_cpu)) { in disp_fix_unbound_pri()
2157 if (tp->t_bound_cpu == NULL || in disp_adjust_unbound_pri()
2163 dp = tp->t_bound_cpu->cpu_disp; in disp_adjust_unbound_pri()
2220 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in disp_getbest()
2444 (tp->t_bound_cpu == cp || in disp_bound_common()
2517 while (tp != NULL && tp->t_bound_cpu != NULL) { in disp_cpu_inactive()
H A Dthread_intr.c67 tp->t_bound_cpu = cp; in thread_create_intr()
H A Dcpupart.c574 t->t_bound_cpu != cp) { in cpupart_move_cpu()
627 t->t_bound_cpu != cp) { in cpupart_move_cpu()
681 cpu_t *boundcpu = tp->t_bound_cpu ? tp->t_bound_cpu : in cpupart_movable_thread()
H A Dshuttle.c136 if (t->t_bound_cpu != NULL || t->t_cpupart != cp->cpu_part) { in shuttle_resume()
H A Dthread.c286 tp->t_bound_cpu = cpu; in thread_init()
1556 tp->t_bound_cpu = cp; in thread_create_intr()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpc_subr.c82 ASSERT(t->t_bound_cpu == cp); in kcpc_hw_startup_cpu()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dcpc_subr.c81 ASSERT(t->t_bound_cpu == cp); in kcpc_hw_startup_cpu()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c123 tp->t_bound_cpu = cp; in common_startup_init()
389 tp->t_bound_cpu = cp; in setup_cpu_common()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c341 tp->t_bound_cpu = cp; in mp_cpu_configure_common()
388 tp->t_bound_cpu = cp; in mp_cpu_configure_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h122 struct cpu *t_bound_cpu; /* cpu bound to, or NULL if not bound */ member
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in110 t_bound_cpu
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in152 t_bound_cpu
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3128 if (thr->t_bound_cpu == NULL) { in cpuinfo_walk_ithread()
3133 (void) mdb_vread(&c, sizeof (c), (uintptr_t)thr->t_bound_cpu); in cpuinfo_walk_ithread()
3137 thr->t_bound_cpu, id, NCPU); in cpuinfo_walk_ithread()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c759 ASSERT(curthread->t_bound_cpu == CPU); in mc_get_idle_reg()