Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c101 struct cgv_node { struct
108 private(CGV_TREE) struct bpf_rb_root cgv_tree __contains(cgv_node, rb_node); argument
111 struct cgv_node __kptr *node;
147 struct cgv_node *cgc_a, *cgc_b; in cgv_node_less()
149 cgc_a = container_of(a, struct cgv_node, rb_node); in cgv_node_less()
150 cgc_b = container_of(b, struct cgv_node, rb_node); in cgv_node_less()
255 static void cgrp_cap_budget(struct cgv_node *cgv_node, struct fcg_cgrp_ctx *cgc) in cgrp_cap_budget() argument
265 cvtime = cgv_node->cvtime + delta; in cgrp_cap_budget()
277 cgv_node->cvtime = cvtime; in cgrp_cap_budget()
283 struct cgv_node *cgv_node; in cgrp_enqueued() local
[all …]