Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dext.h174 u32 kf_mask; /* see scx_kf_mask above */ member
/linux/kernel/sched/
H A Dext_internal.h1095 return !current->scx.kf_mask; in scx_kf_allowed_if_unlocked()
H A Dext.c277 WARN_ONCE((mask | higher_bits(mask)) & current->scx.kf_mask, in scx_kf_allow()
279 current->scx.kf_mask, mask); in scx_kf_allow()
280 current->scx.kf_mask |= mask; in scx_kf_allow()
287 current->scx.kf_mask &= ~mask; in scx_kf_disallow()
387 if (unlikely(!(current->scx.kf_mask & mask))) { in scx_kf_allowed()
389 mask, current->scx.kf_mask); in scx_kf_allowed()
401 (current->scx.kf_mask & higher_bits(SCX_KF_CPU_RELEASE)))) { in scx_kf_allowed()
407 (current->scx.kf_mask & higher_bits(SCX_KF_DISPATCH)))) { in scx_kf_allowed()