Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c163 static struct fcg_cgrp_ctx *find_cgrp_ctx(struct cgroup *cgrp) in find_cgrp_ctx() function
185 cgc = find_cgrp_ctx(cgrp); in find_ancestor_cgrp_ctx()
386 cgc = find_cgrp_ctx(cgrp); in BPF_STRUCT_OPS()
422 cgc = find_cgrp_ctx(cgrp); in update_active_weight_sums()
525 cgc = find_cgrp_ctx(cgrp); in BPF_STRUCT_OPS()
568 cgc = find_cgrp_ctx(cgrp); in BPF_STRUCT_OPS()
590 cgc = find_cgrp_ctx(cgrp); in BPF_STRUCT_OPS()
822 if (!(cgc = find_cgrp_ctx(args->cgroup))) in BPF_STRUCT_OPS()
921 if (!(from_cgc = find_cgrp_ctx(from)) || !(to_cgc = find_cgrp_ctx(to))) in BPF_STRUCT_OPS()