Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c9539 bool in_unlocked = btf_id_set8_contains(&scx_kfunc_ids_unlocked, kfunc_id); in scx_kfunc_context_filter() local
9547 if (!(in_unlocked || in_select_cpu || in_enqueue || in_dispatch || in_cpu_release)) in scx_kfunc_context_filter()
9552 return (in_unlocked || in_select_cpu) ? 0 : -EACCES; in scx_kfunc_context_filter()
9573 return in_unlocked ? 0 : -EACCES; in scx_kfunc_context_filter()
9579 if ((flags & SCX_KF_ALLOW_UNLOCKED) && in_unlocked) in scx_kfunc_context_filter()