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

/linux-4.1.27/include/linux/sched/
H A Dprio.h41 #define TASK_USER_PRIO(p) USER_PRIO((p)->static_prio)
/linux-4.1.27/include/linux/
H A Dinit_task.h196 .static_prio = MAX_PRIO-20, \
H A Dsched.h1311 int prio, static_prio, normal_prio; member in struct:task_struct
2279 return PRIO_TO_NICE((p)->static_prio); task_nice()
/linux-4.1.27/ipc/
H A Dmqueue.c549 if (walk->task->static_prio <= current->static_prio) { wq_add()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dsched.c125 * ->static_prio to start with. Unfortunately this field __spu_update_sched_info()
132 ctx->prio = current->static_prio; __spu_update_sched_info()
/linux-4.1.27/kernel/sched/
H A Dcore.c789 int prio = p->static_prio - MAX_RT_PRIO; set_load_weight()
924 return p->static_prio; __normal_prio()
1916 p->static_prio = NICE_TO_PRIO(0); sched_fork()
1918 } else if (PRIO_TO_NICE(p->static_prio) < 0) sched_fork()
1919 p->static_prio = NICE_TO_PRIO(0); sched_fork()
3102 p->static_prio = NICE_TO_PRIO(nice); set_user_nice()
3109 p->static_prio = NICE_TO_PRIO(nice); set_user_nice()
3296 p->static_prio = NICE_TO_PRIO(attr->sched_nice); __setscheduler_params()
3650 .sched_nice = PRIO_TO_NICE(p->static_prio), _sched_setscheduler()
/linux-4.1.27/kernel/trace/
H A Dtrace.c1042 max_data->nice = tsk->static_prio - 20 - MAX_RT_PRIO; __update_max_tr()

Completed in 323 milliseconds