Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dsched.h325 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
H A Ddeadline.c3033 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed() function
H A Dcore.c7720 if (dl_policy(policy) && dl_param_changed(p, attr)) in __sched_setscheduler()