Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c180 static struct fcg_cgrp_ctx *find_ancestor_cgrp_ctx(struct cgroup *cgrp, int level) in find_ancestor_cgrp_ctx() function
216 cgc = find_ancestor_cgrp_ctx(cgrp, level); in cgrp_refresh_hweight()
226 pcgc = find_ancestor_cgrp_ctx(cgrp, level - 1); in cgrp_refresh_hweight()
464 cgc = find_ancestor_cgrp_ctx(cgrp, level); in update_active_weight_sums()
468 pcgc = find_ancestor_cgrp_ctx(cgrp, level - 1); in update_active_weight_sums()
600 pcgc = find_ancestor_cgrp_ctx(cgrp, cgrp->level - 1); in BPF_STRUCT_OPS()