Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dsched.c978 if (lp.sched_priority < 0 || lp.sched_priority > 99) in setscheduler()
980 if ((policy == SCHED_OTHER) != (lp.sched_priority == 0)) in setscheduler()
993 p->rt_priority = lp.sched_priority; in setscheduler()
1051 lp.sched_priority = p->rt_priority; in sys_sched_getparam()
/linux-2.4.37.9/include/linux/
Dsched.h119 int sched_priority; member