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

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c301 static int sched_interact_score(struct thread *);
1446 sched_interact_score(struct thread *td) function
1506 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice);

Completed in 65 milliseconds