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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c306 static inline int sched_shouldpreempt(int, int, int);
409 sched_shouldpreempt(int pri, int cpri, int remote) function
1007 if (!sched_shouldpreempt(pri, ctd->td_priority, 1))
2295 if (!sched_shouldpreempt(pri, cpri, 0))

Completed in 105 milliseconds