Searched refs:sched_interact_score (Results 1 – 1 of 1) sorted by relevance
308 static int sched_interact_score(struct thread *);1532 sched_interact_score(struct thread *td) in sched_interact_score() function1592 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice); in sched_priority()