Searched refs:stash (Results 1 – 2 of 2) sorted by relevance
277 struct cgv_node_stash *stash; in cgrp_enqueued() local287 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in cgrp_enqueued()288 if (!stash) { in cgrp_enqueued()294 cgv_node = bpf_kptr_xchg(&stash->node, NULL); in cgrp_enqueued()610 struct cgv_node_stash *stash; in try_pick_next_cgroup() local694 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup()695 if (!stash) { in try_pick_next_cgroup()713 cgv_node = bpf_kptr_xchg(&stash->node, cgv_node); in try_pick_next_cgroup()835 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE() local868 if (!stash) { in BPF_STRUCT_OPS_SLEEPABLE()[all …]
26 struct stash { struct34 __type(value, struct stash); argument237 struct stash *s; in refcount_acquire_without_unstash()264 struct stash *s; in stash_refcounted_node()
Completed in 6 milliseconds