Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c385 cgrp = scx_bpf_task_cgroup(p); in BPF_STRUCT_OPS()
511 cgrp = scx_bpf_task_cgroup(p); in BPF_STRUCT_OPS()
524 cgrp = scx_bpf_task_cgroup(p); in BPF_STRUCT_OPS()
569 cgrp = scx_bpf_task_cgroup(p); in BPF_STRUCT_OPS()
583 cgrp = scx_bpf_task_cgroup(p); in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h21 #define scx_bpf_task_cgroup(p) \ macro
/linux/kernel/sched/
H A Dext.c9696 * scx_bpf_task_cgroup - Return the sched cgroup of a task
9706 __bpf_kfunc struct cgroup *scx_bpf_task_cgroup(struct task_struct *p,
9763 BTF_ID_FLAGS(func, scx_bpf_task_cgroup, KF_IMPLICIT_ARGS | KF_RCU | KF_ACQUIRE) in scx_kfunc_context_filter()
9593 __bpf_kfunc struct cgroup *scx_bpf_task_cgroup(struct task_struct *p, scx_bpf_task_cgroup() function