Searched refs:cgv_node_stash (Results 1 – 1 of 1) sorted by relevance
110 struct cgv_node_stash { struct118 __type(value, struct cgv_node_stash); argument119 } 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()616 struct cgv_node_stash *stash; in try_pick_next_cgroup()700 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup()849 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE()874 ret = bpf_map_update_elem(&cgv_node_stash, &cgid, &empty_stash, in BPF_STRUCT_OPS_SLEEPABLE()883 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in BPF_STRUCT_OPS_SLEEPABLE()[all …]