Symbol: thread_affinity_set
usr/src/uts/common/inet/squeue.c
293
thread_affinity_set(sqp->sq_worker, sqp->sq_bind);
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_af_thr.c
366
thread_affinity_set(ringp->aft_worker, cpuid);
usr/src/uts/common/io/mac/mac_datapath_setup.c
1284
thread_affinity_set(mac_srs->srs_worker, cpuid);
usr/src/uts/common/io/mac/mac_datapath_setup.c
1313
thread_affinity_set(mac_srs->srs_poll_thr, cpuid);
usr/src/uts/common/io/mac/mac_soft_ring.c
322
thread_affinity_set(ringp->s_ring_worker, cpuid);
usr/src/uts/common/os/cpu.c
476
thread_affinity_set(curthread, cpu_id);
usr/src/uts/common/sys/cpuvar.h
687
extern void thread_affinity_set(kthread_t *t, int cpu_id);
usr/src/uts/common/xen/io/xencons.c
160
thread_affinity_set(curthread, 0);
usr/src/uts/i86pc/i86hvm/io/xpv/xpv_support.c
471
thread_affinity_set(curthread, 0);
usr/src/uts/i86pc/os/memscrub.c
388
thread_affinity_set(curthread, CPU_CURRENT);
usr/src/uts/i86xpv/os/xen_machdep.c
468
thread_affinity_set(curthread, 0);
usr/src/uts/intel/io/vmm/vmm.c
2542
thread_affinity_set(curthread, affinity_type);
usr/src/uts/intel/os/smt.c
721
thread_affinity_set(curthread, cp->cpu_id);
usr/src/uts/sun4u/os/memscrub.c
1122
thread_affinity_set(curthread, CPU_CURRENT);
usr/src/uts/sun4u/os/memscrub.c
1166
thread_affinity_set(curthread,
usr/src/uts/sun4v/io/n2rng/n2rng.c
1253
thread_affinity_set(curthread, CPU_CURRENT);
usr/src/uts/sun4v/promif/promif_io.c
347
thread_affinity_set(curthread, CPU->cpu_id);
usr/src/uts/sun4v/promif/promif_node.c
91
thread_affinity_set(curthread, CPU->cpu_id);
usr/src/uts/sun4v/promif/promif_prop.c
196
thread_affinity_set(curthread, CPU->cpu_id);
usr/src/uts/sun4v/promif/promif_stree.c
297
thread_affinity_set(curthread, CPU->cpu_id);
usr/src/uts/sun4v/promif/promif_stree.c
388
thread_affinity_set(curthread, CPU->cpu_id);
usr/src/uts/sun4v/promif/promif_stree.c
428
thread_affinity_set(curthread, CPU->cpu_id);