Searched refs:sched_bind (Results 1 - 25 of 32) sorted by last modified time

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/netmap/
H A Dnetmap_freebsd.c57 #include <sys/sched.h> /* sched_bind() */
1214 sched_bind(curthread, nmk->affinity);
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c210 sched_bind(curthread, 0);
215 sched_bind(curthread, 0);
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c1656 sched_bind(td, apic_cpuid(apic_id));
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/kern/
H A Dsubr_smp.c869 sched_bind(curthread, cpu);
H A Dsched_ule.c2696 sched_bind(struct thread *td, int cpu) function
2701 KASSERT(td == curthread, ("sched_bind: can only bind curthread"));
H A Dsubr_gtaskqueue.c807 sched_bind(curthread, gtask->bt_cpuid);
H A Dkern_shutdown.c353 sched_bind(curthread, 0);
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/netinet/
H A Dsctp_pcb.c5642 sched_bind(curthread, wkq->cpuid);
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c132 sched_bind(td, cpu);
149 sched_bind(td, oldcpu);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c2880 sched_bind(curthread, 0);
2885 sched_bind(curthread, 0);
/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/vm/
H A Duma_core.c774 sched_bind(curthread, cpu);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c673 sched_bind(curthread, pb->pb_cpu);
696 sched_bind(curthread, cpu);
/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/x86/isa/
H A Dclock.c488 sched_bind(td, i);
/freebsd-11-stable/sys/x86/cpufreq/
H A Dhwpstate.c192 sched_bind(curthread, i);
205 sched_bind(curthread, i);
/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/contrib/ncsw/user/env/
H A Dxx.c356 sched_bind(curthread, info->cpu);
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3841 sched_bind(curthread, kq->kq_cpu);
/freebsd-11-stable/sys/dev/coretemp/
H A Dcoretemp.c312 sched_bind(curthread, cpu);
338 sched_bind(curthread, cpu);

Completed in 517 milliseconds

12