Searched refs:static_prio (Results 1 – 2 of 2) sorted by relevance
911 int prio = p->static_prio - MAX_RT_PRIO; in set_load_weight()1783 PRIO_TO_NICE(p->static_prio)); in normal_prio()3609 p->static_prio = current->static_prio; in sched_fork()3611 p->static_prio = NICE_TO_PRIO(0); in sched_fork()3614 p->static_prio = NICE_TO_PRIO(0); in sched_fork()3617 } else if (PRIO_TO_NICE(p->static_prio) < 0) { in sched_fork()3618 p->static_prio = NICE_TO_PRIO(0); in sched_fork()3621 p->prio = p->normal_prio = p->static_prio; in sched_fork()5456 p->static_prio = NICE_TO_PRIO(nice); in set_user_nice()5468 p->static_prio = NICE_TO_PRIO(nice); in set_user_nice()[all …]
796 int static_prio; member1838 return PRIO_TO_NICE((p)->static_prio); in task_nice()