Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c1162 extern int dl_cpu_busy(int cpu, struct task_struct *p);
1237 if (!cpu_online(cpu) || dl_cpu_busy(cpu, NULL) || in pause_cpus()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h354 extern int dl_cpu_busy(int cpu, struct task_struct *p);
H A Ddeadline.c2852 int dl_cpu_busy(int cpu, struct task_struct *p) in dl_cpu_busy() function
H A Dcore.c6900 ret = dl_cpu_busy(cpu, p); in task_can_attach()
7231 int ret = dl_cpu_busy(cpu, NULL); in cpuset_cpu_inactive()