Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h361 * - total_bw is the currently allocated bandwidth in each root domain;
366 u64 total_bw; member
373 dl_b->total_bw -= tsk_bw; in __dl_sub()
379 dl_b->total_bw += tsk_bw; in __dl_add()
385 return (dl_b->bw != -1) && (cap_scale(dl_b->bw, cap) < (dl_b->total_bw - old_bw + new_bw)); in __dl_overflow()

Completed in 5 milliseconds