Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c308 static int sched_interact_score(struct thread *);
1532 sched_interact_score(struct thread *td) in sched_interact_score() function
1592 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice); in sched_priority()