Searched refs:sched_bind (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/sys/dev/coretemp/
H A Dcoretemp.c312 sched_bind(curthread, cpu);
338 sched_bind(curthread, cpu);
/freebsd-10-stable/sys/sys/
H A Dsched.h127 void sched_bind(struct thread *td, int cpu);
/freebsd-10-stable/sys/dev/xen/control/
H A Dcontrol.c220 sched_bind(td, 0);
354 sched_bind(curthread, 0);
/freebsd-10-stable/sys/dev/cpuctl/
H A Dcpuctl.c126 sched_bind(td, cpu);
142 sched_bind(td, oldcpu);
/freebsd-10-stable/sys/x86/cpufreq/
H A Dhwpstate.c192 sched_bind(curthread, i);
205 sched_bind(curthread, i);
/freebsd-10-stable/sys/ia64/ia64/
H A Dmp_machdep.c193 sched_bind(td, pc->pc_cpuid);
/freebsd-10-stable/sys/mips/nlm/
H A Dcms.c316 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);
/freebsd-10-stable/sys/mips/rmi/
H A Dfmn.c348 sched_bind(td, xlr_hwtid_to_cpuid[hwtid]);
/freebsd-10-stable/sys/kern/
H A Dkern_cpu.c267 * can't switch to them using sched_bind() and thus we'd only be
332 sched_bind(curthread, pc->pc_cpuid);
356 sched_bind(curthread, pc->pc_cpuid);
H A Dkern_shutdown.c341 sched_bind(curthread, 0);
H A Dsubr_smp.c818 sched_bind(curthread, cpu);
H A Dsched_4bsd.c1498 sched_bind(struct thread *td, int cpu) function
1503 KASSERT(td == curthread, ("sched_bind: can only bind curthread"));
H A Dsched_ule.c2526 sched_bind(struct thread *td, int cpu) function
2531 KASSERT(td == curthread, ("sched_bind: can only bind curthread"));
/freebsd-10-stable/sys/x86/x86/
H A Dmca.c669 sched_bind(td, cpu);
H A Dlocal_apic.c1121 sched_bind(td, apic_cpuid(apic_id));
/freebsd-10-stable/sys/net/
H A Dflowtable.c417 * with sched_bind(). Since pointer is stable throughout
844 sched_bind(curthread, i);
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_rx.c737 sched_bind(td, cq->curr_poll_rx_cpu_id);
/freebsd-10-stable/sys/geom/eli/
H A Dg_eli.c483 /* Before sched_bind() to a CPU, wait for all CPUs to go on-line. */
492 sched_bind(curthread, wr->w_number % mp_ncpus);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c678 sched_bind(curthread, pb->pb_cpu);
701 sched_bind(curthread, cpu);
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c607 sched_bind(curthread, cpu_id);
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi.c2804 sched_bind(curthread, 0);
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3841 sched_bind(curthread, kq->kq_cpu);
/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c1212 sched_bind(curthread, cpu_id);
/freebsd-10-stable/sys/vm/
H A Duma_core.c767 sched_bind(curthread, cpu);
/freebsd-10-stable/sys/netinet/
H A Dsctp_pcb.c5666 sched_bind(curthread, wkq->cpuid);

Completed in 256 milliseconds