Searched refs:rt_priority (Results 1 – 2 of 2) sorted by relevance
1782 return __normal_prio(p->policy, p->rt_priority, in normal_prio()3616 p->rt_priority = 0; in sched_fork()5650 p->rt_priority = attr->sched_priority; in __setscheduler_params()5734 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler()5827 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) { in __sched_setscheduler()6319 lp.sched_priority = p->rt_priority; in SYSCALL_DEFINE2()6413 kattr.sched_priority = p->rt_priority; in SYSCALL_DEFINE4()
798 unsigned int rt_priority; member