Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c110 struct cgv_node_stash { struct
118 __type(value, struct cgv_node_stash); argument
119 } cgv_node_stash SEC(".maps");
277 struct cgv_node_stash *stash; in cgrp_enqueued()
287 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in cgrp_enqueued()
610 struct cgv_node_stash *stash; in try_pick_next_cgroup()
694 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup()
835 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE()
867 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS_SLEEPABLE()
895 bpf_map_delete_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS_SLEEPABLE()
[all …]