Searched defs:dl_b (Results 1 - 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A 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() argument 409 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() argument 597 struct dl_bw *dl_b; dl_task_offline_migration() local 1359 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); inactive_task_timer() local 2388 struct dl_bw *dl_b; dl_add_task_root_domain() local 2578 struct dl_bw *dl_b; sched_dl_global_validate() local 2626 struct dl_bw *dl_b; sched_dl_do_global() local 2667 struct dl_bw *dl_b = dl_bw_of(cpu); sched_dl_overflow() local 2881 struct dl_bw *dl_b; dl_bw_manage() local [all...] |
| H A D | sched.h | 389 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() argument 396 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() argument 402 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() argument 2471 __dl_update(struct dl_bw *dl_b, s64 bw) __dl_update() argument 2486 __dl_update(struct dl_bw *dl_b, s64 bw) __dl_update() argument [all...] |
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | deadline.c | 170 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() argument 205 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() argument 214 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() argument 221 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() argument 228 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) __dl_overflow() argument 431 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); task_non_contending() local 495 init_dl_bw(struct dl_bw *dl_b) init_dl_bw() argument 667 struct dl_bw *dl_b; dl_task_offline_migration() local 1415 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); inactive_task_timer() local 2551 struct dl_bw *dl_b; dl_add_task_root_domain() local 2772 struct dl_bw *dl_b; sched_dl_global_validate() local 2822 struct dl_bw *dl_b; sched_dl_do_global() local 2863 struct dl_bw *dl_b = dl_bw_of(cpu); sched_dl_overflow() local 3067 struct dl_bw *dl_b; dl_bw_manage() local [all...] |
Completed in 7 milliseconds