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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit_task.h128 .static_prio = MAX_PRIO-20, \
H A Dsched.h965 int prio, static_prio, normal_prio; member in struct:task_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c87 #define TASK_NICE(p) PRIO_TO_NICE((p)->static_prio)
95 #define TASK_USER_PRIO(p) USER_PRIO((p)->static_prio)
938 p->se.load.weight = prio_to_weight[p->static_prio - MAX_RT_PRIO];
939 p->se.load.inv_weight = prio_to_wmult[p->static_prio - MAX_RT_PRIO];
960 return p->static_prio;
4086 p->static_prio = NICE_TO_PRIO(nice);
4095 p->static_prio = NICE_TO_PRIO(nice);
4153 nice = PRIO_TO_NICE(current->static_prio) + increment;
5621 rq->idle->static_prio = MAX_PRIO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c398 if (walk->task->static_prio <= current->static_prio) {

Completed in 76 milliseconds