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

/freebsd-10-stable/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))
2358 if (!sched_shouldpreempt(pri, cpri, 0))

Completed in 103 milliseconds