Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_idle.c825 scx_kf_error("per-node idle tracking is disabled"); in validate_node()
835 scx_kf_error("invalid node %d", node); in validate_node()
841 scx_kf_error("unavailable node %d", node); in validate_node()
855 scx_kf_error("built-in idle tracking is disabled"); in check_builtin_idle_enabled()
1015 scx_kf_error("SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_cpumask()
1058 scx_kf_error("SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_smtmask()
1162 scx_kf_error("per-node idle tracking is enabled"); in scx_bpf_pick_idle_cpu()
1239 scx_kf_error("per-node idle tracking is enabled"); in scx_bpf_pick_any_cpu()
H A Dext.c1205 #define scx_kf_error(fmt, args...) scx_kf_exit(SCX_EXIT_ERROR, 0, fmt, ##args) macro
1369 scx_kf_error("kfunc with mask 0x%x called from an operation only allowing 0x%x", in scx_kf_allowed()
1383 scx_kf_error("cpu_release kfunc called from a nested operation"); in scx_kf_allowed()
1389 scx_kf_error("dispatch kfunc called from a nested operation"); in scx_kf_allowed()
1405 scx_kf_error("called on a task not being operated on"); in scx_kf_allowed_on_arg_tasks()
1780 scx_kf_error("invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in kf_cpu_valid()
2178 scx_kf_error("%s[%d] already direct-dispatched", in mark_direct_dispatch()
2181 scx_kf_error("scheduling for %s[%d] but trying to direct-dispatch %s[%d]", in mark_direct_dispatch()
6339 scx_kf_error("called with NULL task"); in scx_dsq_insert_preamble()
6344 scx_kf_error("invalid enq_flags 0x%llx", enq_flags); in scx_dsq_insert_preamble()
[all …]