Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c922 struct fcg_cgrp_ctx *from_cgc, *to_cgc; in BPF_STRUCT_OPS() local
926 if (!(from_cgc = find_cgrp_ctx(from)) || !(to_cgc = find_cgrp_ctx(to))) in BPF_STRUCT_OPS()
929 vtime_delta = p->scx.dsq_vtime - from_cgc->tvtime_now; in BPF_STRUCT_OPS()