Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcpu.c424 if (t->t_affinitycnt > 0 && t->t_bound_cpu != cp) { in thread_affinity_set()
426 (void *)cp, (void *)t->t_bound_cpu); in thread_affinity_set()
429 t->t_bound_cpu = cp; in thread_affinity_set()
470 t->t_bound_cpu = NULL; in thread_affinity_clear()
476 t->t_bound_cpu = cpu[binding]; in thread_affinity_clear()
480 if (t->t_cpu != t->t_bound_cpu) { in thread_affinity_clear()
633 t->t_bound_cpu == cp) { in thread_nomigrate()
715 if (t->t_bound_cpu && in thread_allowmigrate()
716 t->t_weakbound_cpu != t->t_bound_cpu) in thread_allowmigrate()
770 ASSERT((curthread->t_bound_cpu != NULL) || (*safe == PAUSE_DIE)); in cpu_pause()
[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.c212 cpu = t->t_bound_cpu; in clock_highres_timer_settime()
336 cpu = t->t_bound_cpu; in clock_highres_timer_lwpbind()
H A Dlwp.c532 t->t_bound_cpu = cpu[binding]; in lwp_create()
533 if (t->t_lpl != t->t_bound_cpu->cpu_lpl) in lwp_create()
534 lgrp_move_thread(t, t->t_bound_cpu->cpu_lpl, 1); in lwp_create()
/titanic_44/usr/src/uts/common/disp/
H A Dthread_intr.c75 tp->t_bound_cpu = cp; in thread_create_intr()
H A Ddisp.c1205 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setbackdq()
1284 tp->t_weakbound_cpu : tp->t_bound_cpu; in setbackdq()
1392 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setfrontdq()
1443 tp->t_weakbound_cpu : tp->t_bound_cpu; in setfrontdq()
2126 while (tp && (tp->t_bound_cpu || tp->t_weakbound_cpu)) { in disp_fix_unbound_pri()
2159 if (tp->t_bound_cpu == NULL || in disp_adjust_unbound_pri()
2165 dp = tp->t_bound_cpu->cpu_disp; in disp_adjust_unbound_pri()
2222 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in disp_getbest()
2446 (tp->t_bound_cpu == cp || in disp_bound_common()
2519 while (tp != NULL && tp->t_bound_cpu != NULL) { in disp_cpu_inactive()
H A Dcpupart.c571 t->t_bound_cpu != cp) { in cpupart_move_cpu()
624 t->t_bound_cpu != cp) { in cpupart_move_cpu()
678 cpu_t *boundcpu = tp->t_bound_cpu ? tp->t_bound_cpu : in cpupart_movable_thread()
H A Dshuttle.c138 if (t->t_bound_cpu != NULL || t->t_cpupart != cp->cpu_part) { in shuttle_resume()
H A Dthread.c284 tp->t_bound_cpu = cpu; in thread_init()
1389 tp->t_bound_cpu = cp; in thread_create_intr()
/titanic_44/usr/src/uts/sun4u/os/
H A Dcpc_subr.c81 ASSERT(t->t_bound_cpu == cp); in kcpc_hw_startup_cpu()
/titanic_44/usr/src/uts/sun4v/os/
H A Dcpc_subr.c80 ASSERT(t->t_bound_cpu == cp); in kcpc_hw_startup_cpu()
/titanic_44/usr/src/uts/sun4/os/
H A Dmp_startup.c118 tp->t_bound_cpu = cp; in common_startup_init()
380 tp->t_bound_cpu = cp; in setup_cpu_common()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_startup.c329 tp->t_bound_cpu = cp; in mp_cpu_configure_common()
378 tp->t_bound_cpu = cp; in mp_cpu_configure_common()
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h115 struct cpu *t_bound_cpu; /* cpu bound to, or NULL if not bound */ member
/titanic_44/usr/src/uts/i86pc/ml/
H A Doffsets.in113 t_bound_cpu
/titanic_44/usr/src/uts/sun4/ml/
H A Doffsets.in151 t_bound_cpu
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2867 if (thr->t_bound_cpu == NULL) { in cpuinfo_walk_ithread()
2872 (void) mdb_vread(&c, sizeof (c), (uintptr_t)thr->t_bound_cpu); in cpuinfo_walk_ithread()
2876 thr->t_bound_cpu, id, NCPU); in cpuinfo_walk_ithread()
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c759 ASSERT(curthread->t_bound_cpu == CPU); in mc_get_idle_reg()
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2808 ASSERT(curthread->t_bound_cpu == CPU); in drmach_cpu_flush_ecache_sync()
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c5637 ASSERT(curthread->t_bound_cpu == CPU); in drmach_cpu_flush_ecache_sync()