Home
last modified time | relevance | path

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

/tools/sched_ext/
A Dscx_flatcg.bpf.c277 struct cgv_node_stash *stash; in cgrp_enqueued() local
287 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() local
694 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() local
868 if (!stash) { in BPF_STRUCT_OPS_SLEEPABLE()
[all …]
/tools/testing/selftests/bpf/progs/
A Dlocal_kptr_stash.c26 struct stash { struct
34 __type(value, struct stash); argument
237 struct stash *s; in refcount_acquire_without_unstash()
264 struct stash *s; in stash_refcounted_node()

Completed in 6 milliseconds