Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c101 struct cgv_node { struct
278 struct cgv_node *cgv_node; in cgrp_enqueued() local
295 if (!cgv_node) { in cgrp_enqueued()
611 struct cgv_node *cgv_node; in try_pick_next_cgroup() local
640 cgv_node = container_of(rb_node, struct cgv_node, rb_node); in try_pick_next_cgroup()
713 cgv_node = bpf_kptr_xchg(&stash->node, cgv_node); in try_pick_next_cgroup()
714 if (cgv_node) { in try_pick_next_cgroup()
834 struct cgv_node *cgv_node; in BPF_STRUCT_OPS_SLEEPABLE() local
874 cgv_node = bpf_obj_new(struct cgv_node); in BPF_STRUCT_OPS_SLEEPABLE()
883 cgv_node = bpf_kptr_xchg(&stash->node, cgv_node); in BPF_STRUCT_OPS_SLEEPABLE()
[all …]