Searched refs:sched_unbind (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/dev/coretemp/
H A Dcoretemp.c328 sched_unbind(curthread);
344 sched_unbind(curthread);
/freebsd-10-stable/sys/sys/
H A Dsched.h129 void sched_unbind(struct thread *td);
/freebsd-10-stable/sys/dev/xen/control/
H A Dcontrol.c313 sched_unbind(curthread);
436 sched_unbind(curthread);
/freebsd-10-stable/sys/dev/cpuctl/
H A Dcpuctl.c140 sched_unbind(td);
/freebsd-10-stable/sys/kern/
H A Dkern_cpu.c338 sched_unbind(curthread);
362 sched_unbind(curthread);
H A Dsubr_smp.c829 sched_unbind(curthread);
H A Dsched_ule.c2534 sched_unbind(td);
2549 sched_unbind(struct thread *td) function
2554 KASSERT(td == curthread, ("sched_unbind: can only bind curthread"));
H A Dsched_4bsd.c1518 sched_unbind(struct thread* td) function
1521 KASSERT(td == curthread, ("sched_unbind: can only bind curthread"));
/freebsd-10-stable/sys/x86/x86/
H A Dmca.c673 sched_unbind(td);
H A Dlocal_apic.c1129 sched_unbind(td);
/freebsd-10-stable/sys/net/
H A Dflowtable.c852 sched_unbind(curthread);
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c636 sched_unbind(curthread);
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi.c2939 sched_unbind(curthread);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c680 sched_unbind(curthread);
/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c1241 sched_unbind(curthread);
/freebsd-10-stable/sys/vm/
H A Duma_core.c776 sched_unbind(curthread);

Completed in 248 milliseconds