Home
last modified time | relevance | path

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

/kernel/sched/
Ddeadline.c215 dl_b->total_bw -= tsk_bw; in __dl_sub()
222 dl_b->total_bw += tsk_bw; in __dl_add()
230 cap_scale(dl_b->bw, cap) < dl_b->total_bw - old_bw + new_bw; in __dl_overflow()
508 dl_b->total_bw = 0; in init_dl_bw()
2585 rd->dl_bw.total_bw = 0; in dl_clear_root_domain()
2775 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate()
Ddebug.c713 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
Dsched.h324 u64 total_bw; member