Home
last modified time | relevance | path

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

/include/linux/
Dioprio.h56 return (task_nice(task) + 20) / 5; in task_nice_ioprio()
Dsched.h1632 static inline int task_nice(const struct task_struct *p) in task_nice() function