Searched refs:MAX_RT_PRIO (Results 1 – 12 of 12) sorted by relevance
22 #define MAX_RT_PRIO MAX_USER_RT_PRIO macro24 #define MAX_PRIO (MAX_RT_PRIO + NICE_WIDTH)25 #define DEFAULT_PRIO (MAX_RT_PRIO + NICE_WIDTH / 2)40 #define USER_PRIO(p) ((p)-MAX_RT_PRIO)
8 if (unlikely(prio < MAX_RT_PRIO)) in rt_prio()
45 else if (prio >= MAX_RT_PRIO) in convert_prio()48 cpupri = MAX_RT_PRIO - prio + 1; in convert_prio()
6 #define CPUPRI_NR_PRIORITIES (MAX_RT_PRIO + 2)
73 for (i = 0; i < MAX_RT_PRIO; i++) { in init_rt_rq()78 __set_bit(MAX_RT_PRIO, array->bitmap); in init_rt_rq()81 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_rt_rq()82 rt_rq->highest_prio.next = MAX_RT_PRIO; in init_rt_rq()160 rt_rq->highest_prio.curr = MAX_RT_PRIO; in init_tg_rt_entry()383 rq->rt.highest_prio.next = MAX_RT_PRIO; in dequeue_pushable_task()1084 rt_rq->highest_prio.curr = MAX_RT_PRIO; in dec_rt_prio()1435 BUG_ON(idx >= MAX_RT_PRIO); in pick_next_rt_entity()
124 DECLARE_BITMAP(bitmap, MAX_RT_PRIO+1); /* include 1 bit for delimiter */125 struct list_head queue[MAX_RT_PRIO];
789 int prio = p->static_prio - MAX_RT_PRIO; in set_load_weight()891 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()941 prio = MAX_RT_PRIO-1 - p->rt_priority; in normal_prio()3188 return p->prio - MAX_RT_PRIO; in task_prio()3419 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler()3453 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler()
355 (MAX_RT_PRIO - 1) - tsk->prio, in sysfs_test_status()356 (MAX_RT_PRIO - 1) - tsk->normal_prio, in sysfs_test_status()
456 watchdog_set_prio(SCHED_FIFO, MAX_RT_PRIO - 1); in watchdog_enable()
1808 prio = min(current->normal_prio, MAX_RT_PRIO); in queue_me()
922 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in spi_init_queue()
1042 max_data->nice = tsk->static_prio - 20 - MAX_RT_PRIO; in __update_max_tr()