Searched defs:dl_b (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | deadline.c | 170 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 205 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 214 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 221 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 228 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() 434 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 498 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 670 struct dl_bw *dl_b; in dl_task_offline_migration() local 1409 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2559 struct dl_bw *dl_b; in dl_add_task_root_domain() local [all …]
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | deadline.c | 338 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 402 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 409 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 597 struct dl_bw *dl_b; in dl_task_offline_migration() local 1359 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2389 struct dl_bw *dl_b; in dl_add_task_root_domain() local 2579 struct dl_bw *dl_b; in sched_dl_global_validate() local 2627 struct dl_bw *dl_b; in sched_dl_do_global() local 2668 struct dl_bw *dl_b = dl_bw_of(cpu); in sched_dl_overflow() local 2882 struct dl_bw *dl_b; in dl_bw_manage() local
|
| D | sched.h | 389 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 396 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 402 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 2471 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2486 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
|