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

/freebsd-10.1-release/sys/ofed/include/linux/
H A Dsched.h88 sched_relinquish(curthread); \
106 #define cond_resched() if (!cold) sched_relinquish(curthread)
108 #define sched_yield() sched_relinquish(curthread)
/freebsd-10.1-release/sys/kern/
H A Dksched.c235 sched_relinquish(curthread);
H A Dp1003_1b.c241 sched_relinquish(curthread);
H A Dsubr_lock.c250 sched_relinquish(curthread);
H A Dkern_thread.c718 sched_relinquish(td);
H A Dsched_4bsd.c1554 sched_relinquish(struct thread *td) function
H A Dsched_ule.c2556 sched_relinquish(struct thread *td) function
/freebsd-10.1-release/sys/sys/
H A Dsched.h119 void sched_relinquish(struct thread *td);
/freebsd-10.1-release/sys/compat/linux/
H A Dlinux_futex.c1233 sched_relinquish(curthread);

Completed in 190 milliseconds