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

/linux-master/init/
H A Dinit_task.c74 .static_prio = MAX_PRIO - 20,
/linux-master/include/linux/
H A Dsched.h793 int static_prio; member in struct:task_struct
1810 return PRIO_TO_NICE((p)->static_prio);
/linux-master/kernel/sched/
H A Dcore.c1329 int prio = p->static_prio - MAX_RT_PRIO;
2183 return __normal_prio(p->policy, p->rt_priority, PRIO_TO_NICE(p->static_prio));
4780 p->static_prio = NICE_TO_PRIO(0);
4782 } else if (PRIO_TO_NICE(p->static_prio) < 0)
4783 p->static_prio = NICE_TO_PRIO(0);
4785 p->prio = p->normal_prio = p->static_prio;
7298 p->static_prio = NICE_TO_PRIO(nice);
7309 p->static_prio = NICE_TO_PRIO(nice);
7616 p->static_prio = NICE_TO_PRIO(attr->sched_nice);
7941 .sched_nice = PRIO_TO_NICE(p->static_prio),
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c113 * ->static_prio to start with. Unfortunately this field
120 ctx->prio = current->static_prio;
/linux-master/kernel/trace/
H A Dtrace.c1915 max_data->nice = tsk->static_prio - 20 - MAX_RT_PRIO;

Completed in 240 milliseconds