Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h123 SCX_KF_CPU_RELEASE = 1 << 0, /* ops.cpu_release() */ enumerator
134 __SCX_KF_RQ_LOCKED = SCX_KF_CPU_RELEASE | SCX_KF_DISPATCH |
/linux/kernel/sched/
H A Dext.c400 if (unlikely(highest_bit(mask) == SCX_KF_CPU_RELEASE && in scx_kf_allowed()
401 (current->scx.kf_mask & higher_bits(SCX_KF_CPU_RELEASE)))) { in scx_kf_allowed()
2385 SCX_CALL_OP(sch, SCX_KF_CPU_RELEASE, cpu_release, rq, in switch_class()
6254 if (!scx_kf_allowed(sch, SCX_KF_CPU_RELEASE)) in scx_bpf_reenqueue_local()