Searched defs:dl_b (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 336 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_non_contending() local 400 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 407 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 595 struct dl_bw *dl_b; in dl_task_offline_migration() local 1357 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in inactive_task_timer() local 2380 struct dl_bw *dl_b; in dl_add_task_root_domain() local 2558 struct dl_bw *dl_b; in sched_dl_global_validate() local 2606 struct dl_bw *dl_b; in sched_dl_do_global() local 2647 struct dl_bw *dl_b = dl_bw_of(cpu); in sched_dl_overflow() local 2855 struct dl_bw *dl_b; in dl_cpu_busy() local
|
| H A D | sched.h | 310 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 317 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 323 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 2367 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2382 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
|