Searched refs:sched_is_bound (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsched.h131 int sched_is_bound(struct thread *td);
/freebsd-10-stable/sys/dev/cpuctl/
H A Dcpuctl.c111 ret = sched_is_bound(td);
/freebsd-10-stable/sys/kern/
H A Dsched_4bsd.c1526 sched_is_bound(struct thread *td) function
H A Dsched_ule.c2563 sched_is_bound(struct thread *td) function
/freebsd-10-stable/sys/x86/x86/
H A Dlocal_apic.c1119 if (sched_is_bound(td))
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c661 pb->pb_bound = sched_is_bound(curthread);

Completed in 197 milliseconds