Searched defs:dl_b (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | deadline.c | 337 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 401 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 408 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 596 struct dl_bw *dl_b; in dl_task_offline_migration() local 1358 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2385 struct dl_bw *dl_b; in dl_add_task_root_domain() local 2563 struct dl_bw *dl_b; in sched_dl_global_validate() local 2611 struct dl_bw *dl_b; in sched_dl_do_global() local 2652 struct dl_bw *dl_b = dl_bw_of(cpu); in sched_dl_overflow() local 2840 struct dl_bw *dl_b; in dl_task_can_attach() local [all …]
|
| D | sched.h | 356 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 363 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 369 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 2435 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2450 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
|
| /kernel/linux/linux-4.19/kernel/sched/ |
| D | deadline.c | 275 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 337 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 344 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 532 struct dl_bw *dl_b; in dl_task_offline_migration() local 1297 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2466 struct dl_bw *dl_b; in sched_dl_global_validate() local 2513 struct dl_bw *dl_b; in sched_dl_do_global() local 2550 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in sched_dl_overflow() local 2715 struct dl_bw *dl_b; in dl_task_can_attach() local 2769 struct dl_bw *dl_b; in dl_cpu_busy() local
|
| D | sched.h | 294 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 301 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 308 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow() 2097 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2112 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
|