Searched refs:sched_relinquish (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dsched.h87 sched_relinquish(curthread); \
105 #define cond_resched() if (!cold) sched_relinquish(curthread)
107 #define sched_yield() sched_relinquish(curthread)
/freebsd-9.3-release/sys/kern/
H A Dksched.c235 sched_relinquish(curthread);
H A Dp1003_1b.c241 sched_relinquish(curthread);
H A Dsubr_lock.c271 sched_relinquish(curthread);
H A Dkern_thread.c519 sched_relinquish(curthread);
H A Dsched_4bsd.c1553 sched_relinquish(struct thread *td) function
H A Dsched_ule.c2510 sched_relinquish(struct thread *td) function
/freebsd-9.3-release/sys/sys/
H A Dsched.h119 void sched_relinquish(struct thread *td);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_futex.c1233 sched_relinquish(curthread);

Completed in 54 milliseconds