Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1379 s32 sum_w, i, cid, n = 0, share, self_w; in compute_partition() local
1429 sum_w = self_w; in compute_partition()
1431 barrier_var(sum_w); in compute_partition()
1432 sum_w += w_snap[i]; in compute_partition()
1442 share = (u64)nr_excl * self_w / sum_w; in compute_partition()
1453 share = (u64)nr_excl * w / sum_w; in compute_partition()