Home
last modified time | relevance | path

Searched refs:task_has_dl_policy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c2654 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
2666 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
2672 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
2685 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
H A Ddebug.c1020 if (task_has_dl_policy(p)) { in proc_sched_show_task()
H A Dcore.c3493 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
5267 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
5928 if (task_has_dl_policy(p)) in get_params()
6228 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in sched_setaffinity()
H A Dsched.h198 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function