Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h45 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_REENQ); \
H A Denums.autogen.bpf.h119 #define SCX_ENQ_REENQ __SCX_ENQ_REENQ macro
/linux/kernel/sched/
H A Dext_internal.h953 SCX_ENQ_REENQ = 1LLU << 40, enumerator
H A Dext.c6273 do_enqueue_task(rq, p, SCX_ENQ_REENQ, -1); in reenq_local()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c205 if (enq_flags & SCX_ENQ_REENQ) in BPF_STRUCT_OPS()
252 if (enq_flags & SCX_ENQ_REENQ) { in BPF_STRUCT_OPS()