HomeSort by relevance Sort by last modified time
    Searched refs:t_bound_cpu (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/disp/
thread_intr.c 75 tp->t_bound_cpu = cp;
shuttle.c 138 if (t->t_bound_cpu != NULL || t->t_cpupart != cp->cpu_part) {
disp.c 1189 if (tp->t_bound_cpu || tp->t_weakbound_cpu)
1262 * It is possible that t_weakbound_cpu != t_bound_cpu (for
1268 tp->t_weakbound_cpu : tp->t_bound_cpu;
    [all...]
cpupart.c 572 t->t_bound_cpu != cp) {
625 t->t_bound_cpu != cp) {
679 cpu_t *boundcpu = tp->t_bound_cpu ? tp->t_bound_cpu :
thread.c 284 tp->t_bound_cpu = cpu;
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
cpc_subr.c 81 ASSERT(t->t_bound_cpu == cp);
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
cpc_subr.c 81 ASSERT(t->t_bound_cpu == cp);
  /onnv/onnv-gate/usr/src/uts/common/os/
clock_highres.c 196 cpu = t->t_bound_cpu;
320 cpu = t->t_bound_cpu;
panic.c 167 cpu_t *panic_bound_cpu; /* t_bound_cpu for panic_thread */
215 cpu_t *bound_cpu = t->t_bound_cpu;
222 t->t_bound_cpu = cp;
cpu.c 414 if (t->t_affinitycnt > 0 && t->t_bound_cpu != cp) {
416 (void *)cp, (void *)t->t_bound_cpu);
419 t->t_bound_cpu = cp;
460 t->t_bound_cpu = NULL;
466 t->t_bound_cpu = cpu[binding];
470 if (t->t_cpu != t->t_bound_cpu) {
589 * however, be running on a different cpu to which we are t_bound_cpu
623 t->t_bound_cpu == cp) {
694 * here so even as this code executes t_bound_cpu
696 * a) in the case that t_bound_cpu changes while w
    [all...]
lwp.c 502 t->t_bound_cpu = cpu[binding];
503 if (t->t_lpl != t->t_bound_cpu->cpu_lpl)
504 lgrp_move_thread(t, t->t_bound_cpu->cpu_lpl, 1);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/os/
mp_startup.c 118 tp->t_bound_cpu = cp;
369 tp->t_bound_cpu = cp;
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 115 struct cpu *t_bound_cpu; /* cpu bound to, or NULL if not bound */ member in struct:_kthread
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
mp_startup.c 289 tp->t_bound_cpu = cp;
330 tp->t_bound_cpu = cp;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
genunix.c     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_mem.c 758 ASSERT(curthread->t_bound_cpu == CPU);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/
drmach.c     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/io/
drmach.c     [all...]

Completed in 353 milliseconds