Searched refs:MAX_PRIO (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/sched/ |
| H A D | prio.h | 19 #define MAX_PRIO (MAX_RT_PRIO + NICE_WIDTH) macro
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 42 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/tools/perf/ |
| H A D | builtin-sched.c | 57 #define MAX_PRIO 140 macro 242 DECLARE_BITMAP(prio_bitmap, MAX_PRIO); 3246 if (start_prio >= MAX_PRIO || (*p != '\0' && *p != ',' && *p != '-')) in timehist_parse_prio_str() 3254 if (end_prio >= MAX_PRIO || (*p != '\0' && *p != ',')) in timehist_parse_prio_str()
|
| /linux/kernel/sched/ |
| H A D | core.c | 4691 plist_node_init(&p->pushable_tasks, MAX_PRIO); in sched_fork()
|