Home
last modified time | relevance | path

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

/kernel/linux/common_modules/qos_auth/auth_ctl/
H A Dqos_ctrl.c544 #define MIN_LATENCY_NICE -20 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.h168 #define MIN_LATENCY_NICE -20 macro
171 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
H A Dcore.c902 if (attr->sched_latency_nice < MIN_LATENCY_NICE) in latency_nice_validate()
/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h191 #define MIN_LATENCY_NICE -20 macro
194 (MAX_LATENCY_NICE - MIN_LATENCY_NICE + 1)
H A Dcore.c1357 if (attr->sched_latency_nice < MIN_LATENCY_NICE) in latency_nice_validate()

Completed in 38 milliseconds