Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c2277 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() function
2297 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() function
2342 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow()
5624 dl_b = dl_bw_of(cpu); in sched_cpu_inactive()
8136 dl_b = dl_bw_of(cpu); in sched_dl_global_constraints()
8170 dl_b = dl_bw_of(cpu); in sched_dl_do_global()
Dsched.h178 extern struct dl_bw *dl_bw_of(int i);
Ddeadline.c1222 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_dead_dl()