Home
last modified time | relevance | path

Searched defs:dl_b (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Ddeadline.c55 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth()
62 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw()
1340 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_dead_dl() local
Dcore.c2567 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow() local
5483 struct dl_bw *dl_b; in task_can_attach() local
7526 struct dl_bw *dl_b; in cpuset_cpu_inactive() local
8456 struct dl_bw *dl_b; in sched_dl_global_validate() local
8490 struct dl_bw *dl_b; in sched_dl_do_global() local
Dsched.h215 void __dl_clear(struct dl_bw *dl_b, u64 tsk_bw) in __dl_clear()
221 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw) in __dl_add()
227 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow()