Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c219 struct fcg_cgrp_ctx *pcgc; in cgrp_refresh_hweight() local
221 pcgc = find_ancestor_cgrp_ctx(cgrp, level - 1); in cgrp_refresh_hweight()
222 if (!pcgc) in cgrp_refresh_hweight()
235 cgc->hweight_gen = pcgc->hweight_gen; in cgrp_refresh_hweight()
237 div_round_up(pcgc->hweight * cgc->weight, in cgrp_refresh_hweight()
238 pcgc->child_weight_sum); in cgrp_refresh_hweight()
456 struct fcg_cgrp_ctx *cgc, *pcgc = NULL; in update_active_weight_sums() local
463 pcgc = find_ancestor_cgrp_ctx(cgrp, level - 1); in update_active_weight_sums()
464 if (!pcgc) in update_active_weight_sums()
479 if (pcgc) { in update_active_weight_sums()
[all …]