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

/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c313 static inline int sched_shouldpreempt(int, int, int);
416 sched_shouldpreempt(int pri, int cpri, int remote) function
1038 if (!sched_shouldpreempt(pri, ctd->td_priority, 1))
2341 if (!sched_shouldpreempt(pri, cpri, 0))

Completed in 58 milliseconds