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

/freebsd-10-stable/sys/ofed/include/linux/
H A Dsched.h88 sched_relinquish(curthread); \
106 #define cond_resched() do { if (!cold) sched_relinquish(curthread); } while (0)
108 #define sched_yield() sched_relinquish(curthread)
/freebsd-10-stable/sys/sys/
H A Dsched.h119 void sched_relinquish(struct thread *td);
/freebsd-10-stable/sys/kern/
H A Dksched.c219 sched_relinquish(curthread);
H A Dp1003_1b.c295 sched_relinquish(curthread);
H A Dsubr_lock.c279 sched_relinquish(curthread);
H A Dkern_thread.c758 sched_relinquish(td);
H A Dsched_4bsd.c1533 sched_relinquish(struct thread *td) function
H A Dsched_ule.c2573 sched_relinquish(struct thread *td) function
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_futex.c1335 sched_relinquish(curthread);

Completed in 171 milliseconds