Searched refs:MAX_PRIO (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/sched/ |
D | prio.h | 24 #define MAX_PRIO (MAX_RT_PRIO + NICE_WIDTH) macro 42 #define MAX_USER_PRIO (USER_PRIO(MAX_PRIO))
|
/linux-4.4.14/include/linux/ |
D | init_task.h | 20 .pushable_tasks = PLIST_NODE_INIT(tsk.pushable_tasks, MAX_PRIO), 196 .prio = MAX_PRIO-20, \ 197 .static_prio = MAX_PRIO-20, \ 198 .normal_prio = MAX_PRIO-20, \
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 54 DECLARE_BITMAP(bitmap, MAX_PRIO); 55 struct list_head runq[MAX_PRIO]; 87 max(x * (MAX_PRIO - prio) / (MAX_USER_PRIO / 2), MIN_SPU_TIMESLICE) 898 __spu_deactivate(ctx, 1, MAX_PRIO); in spu_deactivate() 914 __spu_deactivate(ctx, 0, MAX_PRIO); in spu_yield() 1120 for (i = 0; i < MAX_PRIO; i++) { in spu_sched_init()
|
/linux-4.4.14/kernel/sched/ |
D | cpupri.c | 43 else if (prio == MAX_PRIO) in convert_prio()
|
D | core.c | 2258 plist_node_init(&p->pushable_tasks, MAX_PRIO); in sched_fork() 3372 BUG_ON(prio > MAX_PRIO); in rt_mutex_setprio() 5215 .prio = MAX_PRIO + 1,
|