Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dext.h110 SCX_KF_CPU_RELEASE = 1 << 0, /* ops.cpu_release() */ enumerator
117 __SCX_KF_RQ_LOCKED = SCX_KF_CPU_RELEASE | SCX_KF_DISPATCH |
/linux-6.15/kernel/sched/
H A Dext.c1236 if (unlikely(highest_bit(mask) == SCX_KF_CPU_RELEASE && in scx_kf_allowed()
1237 (current->scx.kf_mask & higher_bits(SCX_KF_CPU_RELEASE)))) { in scx_kf_allowed()
3230 SCX_CALL_OP(SCX_KF_CPU_RELEASE, cpu_release, rq, cpu_of(rq), &args); in switch_class()
6602 if (!scx_kf_allowed(SCX_KF_CPU_RELEASE)) in scx_bpf_reenqueue_local()