Home
last modified time | relevance | path

Searched refs:MAX_LATENCY_NICE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dqos_ctrl.c543 #define MAX_LATENCY_NICE 19 macro
553 return latency_nice >= MIN_LATENCY_NICE && latency_nice <= MAX_LATENCY_NICE; in valid_latency_nice()
/kernel/linux/linux-5.10/kernel/sched/
H A Dsched.h167 #define MAX_LATENCY_NICE 19 macro
171 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
H A Dcore.c900 if (attr->sched_latency_nice > MAX_LATENCY_NICE) in latency_nice_validate()
/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h190 #define MAX_LATENCY_NICE 19 macro
194 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
H A Dcore.c1355 if (attr->sched_latency_nice > MAX_LATENCY_NICE) in latency_nice_validate()

Completed in 34 milliseconds