Home
last modified time | relevance | path

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

/linux/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");
282 struct cgv_node_stash *stash; in cgrp_enqueued()
292 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in cgrp_enqueued()
615 struct cgv_node_stash *stash; in try_pick_next_cgroup()
699 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup()
840 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE()
863 ret = bpf_map_update_elem(&cgv_node_stash, &cgid, &empty_stash, in BPF_STRUCT_OPS_SLEEPABLE()
872 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS_SLEEPABLE()
[all …]