Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_central.bpf.c130 if (!scx_bpf_task_running(p)) in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h97 bool scx_bpf_task_running(const struct task_struct *p) __ksym;
/linux/kernel/sched/
H A Dext.c9482 * scx_bpf_task_running - Is task currently running?
9485 __bpf_kfunc bool scx_bpf_task_running(const struct task_struct *p)
9755 BTF_ID_FLAGS(func, scx_bpf_task_running, KF_RCU) in scx_kfunc_context_filter()
9372 __bpf_kfunc bool scx_bpf_task_running(const struct task_struct *p) scx_bpf_task_running() function