Home
last modified time | relevance | path

Searched refs:MAX_PRIO (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/init/
Dinit_task.c78 .prio = MAX_PRIO - 20,
79 .static_prio = MAX_PRIO - 20,
80 .normal_prio = MAX_PRIO - 20,
100 .pushable_tasks = PLIST_NODE_INIT(init_task.pushable_tasks, MAX_PRIO),
/linux-6.6.21/include/linux/sched/
Dprio.h18 #define MAX_PRIO (MAX_RT_PRIO + NICE_WIDTH) macro
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/
Dsched.c42 DECLARE_BITMAP(bitmap, MAX_PRIO);
43 struct list_head runq[MAX_PRIO];
75 max(x * (MAX_PRIO - prio) / (NICE_WIDTH / 2), MIN_SPU_TIMESLICE)
880 __spu_deactivate(ctx, 1, MAX_PRIO); in spu_deactivate()
896 __spu_deactivate(ctx, 0, MAX_PRIO); in spu_yield()
1089 for (i = 0; i < MAX_PRIO; i++) { in spu_sched_init()
/linux-6.6.21/kernel/sched/
Dcore.c4789 plist_node_init(&p->pushable_tasks, MAX_PRIO); in sched_fork()