Lines Matching refs:cgv_node_stash
110 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()
900 bpf_map_delete_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS_SLEEPABLE()
915 bpf_map_delete_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS()