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;
142 struct cgv_node *cgc_a, *cgc_b; in cgv_node_less()
144 cgc_a = container_of(a, struct cgv_node, rb_node); in cgv_node_less()
145 cgc_b = container_of(b, struct cgv_node, rb_node); in cgv_node_less()
250 static void cgrp_cap_budget(struct cgv_node *cgv_node, struct fcg_cgrp_ctx *cgc) in cgrp_cap_budget() argument
260 cvtime = cgv_node->cvtime + delta; in cgrp_cap_budget()
272 cgv_node->cvtime = cvtime; in cgrp_cap_budget()
278 struct cgv_node *cgv_node; in cgrp_enqueued() local
[all …]