Searched refs:scx_error (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_idle.c | 825 scx_error(sch, "per-node idle tracking is disabled"); in validate_node() 835 scx_error(sch, "invalid node %d", node); in validate_node() 841 scx_error(sch, "unavailable node %d", node); in validate_node() 855 scx_error(sch, "built-in idle tracking is disabled"); in check_builtin_idle_enabled() 1107 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_cpumask() 1166 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_smtmask() 1294 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_idle_cpu() 1385 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_any_cpu()
|
| H A D | ext.c | 216 #define scx_error(sch, fmt, args...) scx_exit((sch), SCX_EXIT_ERROR, 0, fmt, ##args) macro 388 scx_error(sch, "kfunc with mask 0x%x called from an operation only allowing 0x%x", in scx_kf_allowed() 402 scx_error(sch, "cpu_release kfunc called from a nested operation"); in scx_kf_allowed() 408 scx_error(sch, "dispatch kfunc called from a nested operation"); in scx_kf_allowed() 425 scx_error(sch, "called on a task not being operated on"); in scx_kf_allowed_on_arg_tasks() 784 scx_error(sch, "invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in ops_cpu_valid() 807 scx_error(sch, "ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err() 1023 scx_error(sch, "attempting to dispatch to a destroyed dsq"); in dispatch_enqueue() 1040 scx_error(sch, "cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue() 1054 scx_error(sch, "DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue() [all …]
|