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

12

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c315 sched_bind(td, record->cpuid);
351 sched_bind(td, old_cpu);
358 sched_bind(td, old_cpu);
362 sched_bind(td, old_cpu);
/freebsd-11-stable/sys/dev/coretemp/
H A Dcoretemp.c312 sched_bind(curthread, cpu);
338 sched_bind(curthread, cpu);
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c210 sched_bind(curthread, 0);
215 sched_bind(curthread, 0);
/freebsd-11-stable/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-stable/sys/sys/
H A Dsched.h127 void sched_bind(struct thread *td, int cpu);
/freebsd-11-stable/sys/x86/cpufreq/
H A Dhwpstate.c192 sched_bind(curthread, i);
205 sched_bind(curthread, i);
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c132 sched_bind(td, cpu);
149 sched_bind(td, oldcpu);
/freebsd-11-stable/sys/x86/x86/
H A Dcpu_machdep.c177 sched_bind(td, i);
181 sched_bind(td, bound_cpu);
301 sched_bind(curthread, cpu_id);
H A Dmca.c729 sched_bind(td, cpu);
/freebsd-11-stable/sys/mips/nlm/
H A Dcms.c316 sched_bind(td, xlp_hwtid_to_cpuid[hwtid]);
/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c348 sched_bind(td, xlr_hwtid_to_cpuid[hwtid]);
/freebsd-11-stable/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.c353 sched_bind(curthread, 0);
H A Dsubr_gtaskqueue.c807 sched_bind(curthread, gtask->bt_cpuid);
H A Dsubr_smp.c869 sched_bind(curthread, cpu);
H A Dsched_4bsd.c1503 sched_bind(struct thread *td, int cpu) function
1508 KASSERT(td == curthread, ("sched_bind: can only bind curthread"));
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c356 sched_bind(curthread, info->cpu);
/freebsd-11-stable/sys/x86/isa/
H A Dclock.c488 sched_bind(td, i);
/freebsd-11-stable/sys/net/
H A Dflowtable.c417 * with sched_bind(). Since pointer is stable throughout
840 sched_bind(curthread, i);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c905 sched_bind(td, cq->curr_poll_rx_cpu_id);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.c530 /* Before sched_bind() to a CPU, wait for all CPUs to go on-line. */
539 sched_bind(curthread, wr->w_number % mp_ncpus);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c57 #include <sys/sched.h> /* sched_bind() */
1214 sched_bind(curthread, nmk->affinity);

Completed in 313 milliseconds

12