Home
last modified time | relevance | path

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

/linux/tools/sched_ext/include/scx/
H A Denums.autogen.h48 SCX_ENUM_SET(skel, scx_enq_flags, SCX_ENQ_RESCUE); \
H A Denums.autogen.bpf.h128 #define SCX_ENQ_RESCUE __SCX_ENQ_RESCUE macro
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c458 enq_flags | needs_immed(c) | SCX_ENQ_RESCUE); in BPF_STRUCT_OPS()
482 enq_flags | SCX_ENQ_RESCUE); in BPF_STRUCT_OPS()
621 needs_immed(c) | SCX_ENQ_RESCUE); in scan_shared_dsq()
662 needs_immed(c) | SCX_ENQ_RESCUE); in scan_shared_dsq()
/linux/kernel/sched/ext/
H A Dinternal.h1712 SCX_ENQ_RESCUE = 1LLU << 34, enumerator
H A Dsub.c743 if ((*enq_flags & SCX_ENQ_RESCUE) && likely(scx_rescue_bw_1024)) { in scx_resolve_local_dsq()
H A Dext.c2035 enq_flags |= SCX_ENQ_RESCUE; /* avoid looping on cap rejection */ in scx_do_enqueue_task()
8734 if (unlikely((*enq_flags & SCX_ENQ_RESCUE) && !is_local)) { in scx_vet_enq_flags()