Home
last modified time | relevance | path

Searched refs:total_bw (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Dsched.h284 u64 total_bw; member
292 dl_b->total_bw -= tsk_bw; in __dl_sub()
299 dl_b->total_bw += tsk_bw; in __dl_add()
307 dl_b->bw * cpus < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
Ddeadline.c353 dl_b->total_bw = 0; in init_dl_bw()
2344 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()
2516 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
2791 cur_dl_b->bw * trial_cpus < cur_dl_b->total_bw) in dl_cpuset_cpumask_can_shrink()
Ddebug.c628 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()