Home
last modified time | relevance | path

Searched refs:CPUPRI_NR_PRIORITIES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcpupri.c74 BUG_ON(task_pri >= CPUPRI_NR_PRIORITIES); in cpupri_find()
148 BUG_ON(newpri >= CPUPRI_NR_PRIORITIES); in cpupri_set()
214 for (i = 0; i < CPUPRI_NR_PRIORITIES; i++) { in cpupri_init()
246 for (i = 0; i < CPUPRI_NR_PRIORITIES; i++) in cpupri_cleanup()
Dcpupri.h6 #define CPUPRI_NR_PRIORITIES (MAX_RT_PRIO + 2) macro
19 struct cpupri_vec pri_to_cpu[CPUPRI_NR_PRIORITIES];