Searched defs:dl_b (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/kernel/sched/ |
| D | deadline.c | 276 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 338 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 345 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 1265 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2434 struct dl_bw *dl_b; in sched_dl_global_validate() local 2481 struct dl_bw *dl_b; in sched_dl_do_global() local 2518 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in sched_dl_overflow() local 2682 struct dl_bw *dl_b; in dl_task_can_attach() local 2736 struct dl_bw *dl_b; in dl_cpu_busy() local
|
| D | sched.h | 287 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 294 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 301 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow() 2091 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2106 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
|