Lines Matching refs:sched_priority
3506 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
7349 p->rt_priority = attr->sched_priority; in __setscheduler_params()
7393 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler()
7394 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler()
7468 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler()
7471 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()
7522 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()
7589 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler()
7661 .sched_priority = param->sched_priority, in _sched_setscheduler()
7742 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
7752 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
7844 attr->sched_priority = p->rt_priority; in get_params()
7957 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2()
7975 lp.sched_priority = p->rt_priority; in SYSCALL_DEFINE2()