Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h165 #define MAX_LATENCY_NICE 19 macro
169 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
Dcore.c894 if (attr->sched_latency_nice > MAX_LATENCY_NICE) in latency_nice_validate()