Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c10820 bool in_cid = btf_id_set8_contains(&scx_kfunc_ids_cid, kfunc_id); in scx_kfunc_context_filter() local
10825 in_cpu_release || in_idle || in_any || in_cid)) in scx_kfunc_context_filter()
10830 return (in_unlocked || in_select_cpu || in_idle || in_any || in_cid) ? 0 : -EACCES; in scx_kfunc_context_filter()
10833 return (in_any || in_idle || in_cid) ? 0 : -EACCES; in scx_kfunc_context_filter()
10868 if (in_any || in_idle || in_cid) in scx_kfunc_context_filter()