Home
last modified time | relevance | path

Searched refs:__checkparam_dl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dsched.h326 extern bool __checkparam_dl(const struct sched_attr *attr);
H A Ddeadline.c2950 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() function
H A Dcore.c7659 if ((dl_policy(policy) && !__checkparam_dl(attr)) || in __sched_setscheduler()