Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_idle.c824 scx_error(sch, "per-node idle tracking is disabled"); in validate_node()
834 scx_error(sch, "invalid node %d", node); in validate_node()
840 scx_error(sch, "unavailable node %d", node); in validate_node()
854 scx_error(sch, "built-in idle tracking is disabled"); in check_builtin_idle_enabled()
1113 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_cpumask()
1172 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_smtmask()
1300 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_idle_cpu()
1391 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_any_cpu()
H A Dext.c217 #define scx_error(sch, fmt, args...) scx_exit((sch), SCX_EXIT_ERROR, 0, fmt, ##args) macro
389 scx_error(sch, "kfunc with mask 0x%x called from an operation only allowing 0x%x", in scx_kf_allowed()
403 scx_error(sch, "cpu_release kfunc called from a nested operation"); in scx_kf_allowed()
409 scx_error(sch, "dispatch kfunc called from a nested operation"); in scx_kf_allowed()
426 scx_error(sch, "called on a task not being operated on"); in scx_kf_allowed_on_arg_tasks()
786 scx_error(sch, "invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in ops_cpu_valid()
809 scx_error(sch, "ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err()
1031 scx_error(sch, "attempting to dispatch to a destroyed dsq"); in dispatch_enqueue()
1048 scx_error(sch, "cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue()
1062 scx_error(sch, "DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue()
[all …]