Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dsched.h166 #define MIN_LATENCY_NICE -20 macro
169 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
Dcore.c896 if (attr->sched_latency_nice < MIN_LATENCY_NICE) in latency_nice_validate()