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

12

/freebsd-11.0-release/sys/dev/coretemp/
H A Dcoretemp.c312 sched_bind(curthread, cpu);
338 sched_bind(curthread, cpu);
/freebsd-11.0-release/sys/dev/xen/control/
H A Dcontrol.c210 sched_bind(curthread, 0);
215 sched_bind(curthread, 0);
/freebsd-11.0-release/sys/dev/dpaa/
H A Dbman_portals.c87 sched_bind(curthread, i);
H A Dqman_portals.c92 sched_bind(curthread, i);
H A Dbman.c284 sched_bind(curthread, sc->sc_bpool_cpu[BM_POOL_GetId(pool)]);
H A Dqman.c387 sched_bind(curthread, sc->sc_fqr_cpu[QM_FQR_GetFqid(fqr)]);
/freebsd-11.0-release/sys/sys/
H A Dsched.h127 void sched_bind(struct thread *td, int cpu);
/freebsd-11.0-release/sys/dev/cpuctl/
H A Dcpuctl.c126 sched_bind(td, cpu);
142 sched_bind(td, oldcpu);
/freebsd-11.0-release/sys/x86/cpufreq/
H A Dhwpstate.c180 sched_bind(curthread, i);
190 sched_bind(curthread, i);
/freebsd-11.0-release/sys/x86/x86/
H A Dcpu_machdep.c187 sched_bind(curthread, cpu_id);
H A Dmca.c667 sched_bind(td, cpu);
H A Dlocal_apic.c1482 sched_bind(td, apic_cpuid(apic_id));
/freebsd-11.0-release/sys/mips/nlm/
H A Dcms.c316 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);
/freebsd-11.0-release/sys/mips/rmi/
H A Dfmn.c348 sched_bind(td, xlr_hwtid_to_cpuid[hwtid]);
/freebsd-11.0-release/sys/kern/
H A Dkern_cpu.c268 * can't switch to them using sched_bind() and thus we'd only be
334 sched_bind(curthread, pc->pc_cpuid);
358 sched_bind(curthread, pc->pc_cpuid);
H A Dkern_shutdown.c331 sched_bind(curthread, 0);
H A Dsubr_gtaskqueue.c711 sched_bind(curthread, gtask->bt_cpuid);
H A Dsubr_smp.c843 sched_bind(curthread, cpu);
H A Dsched_4bsd.c1527 sched_bind(struct thread *td, int cpu) function
1532 KASSERT(td == curthread, ("sched_bind: can only bind curthread"));
/freebsd-11.0-release/sys/contrib/ncsw/user/env/
H A Dxx.c356 sched_bind(curthread, info->cpu);
/freebsd-11.0-release/sys/x86/isa/
H A Dclock.c488 sched_bind(td, i);
/freebsd-11.0-release/sys/geom/eli/
H A Dg_eli.c487 /* Before sched_bind() to a CPU, wait for all CPUs to go on-line. */
496 sched_bind(curthread, wr->w_number % mp_ncpus);
/freebsd-11.0-release/sys/net/
H A Dflowtable.c417 * with sched_bind(). Since pointer is stable throughout
840 sched_bind(curthread, i);
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_rx.c725 sched_bind(td, cq->curr_poll_rx_cpu_id);
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi.c2862 sched_bind(curthread, 0);
2867 sched_bind(curthread, 0);

Completed in 181 milliseconds

12