Searched refs:scx_error (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | sub.c | 1301 scx_error(parent, "ops.init_task() failed (%d) for %s[%d] while disabling a sub-scheduler", in scx_fail_parent() 1373 scx_error(sch, "ops.cgroup_init() failed (%d)", ret); in scx_cgroup_claim_subtree() 1492 scx_error(parent, "ops.cgroup_init() failed (%d) while disabling a sub-scheduler", in scx_cgroup_return_subtree() 1800 scx_error(sch, "max nesting depth %d violated", in scx_sub_enable_workfn() 1810 scx_error(sch, "ops.init() failed (%d)", ret); in scx_sub_enable_workfn() 1829 scx_error(sch, "parent rejected (%d)", ret); in scx_sub_enable_workfn() 1849 scx_error(sch, "cgroup is not online"); in scx_sub_enable_workfn() 2021 scx_error(sch, "scx_sub_enable() failed (%d)", ret); in scx_sub_enable_workfn() 2198 scx_error(sch, "%s recursion detected", op); in scx_pstack_recursion() 2241 scx_error(parent, "trying to dispatch a distant sub-sched on cgroup %llu", in scx_bpf_sub_dispatch() [all …]
|
| H A D | idle.c | 888 scx_error(sch, "per-node idle tracking is disabled"); in validate_node() 898 scx_error(sch, "invalid node %d", node); in validate_node() 904 scx_error(sch, "unavailable node %d", node); in validate_node() 918 scx_error(sch, "built-in idle tracking is disabled"); in check_builtin_idle_enabled() 1018 scx_error(sch, "select_cpu kfunc called cross-task on %s[%d]", in select_cpu_from_kfunc() 1148 scx_error(scx_task_sched(p), "__scx_bpf_select_cpu_and() must be used"); in scx_bpf_select_cpu_and() 1204 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_cpumask() 1266 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_smtmask() 1398 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_idle_cpu() 1492 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_any_cpu()
|
| H A D | cid.c | 512 scx_error(sch, "scx_bpf_cid_override: cpu_to_cid expected %u entries, got %u", in scx_bpf_cid_override() 518 scx_error(sch, "scx_bpf_cid_override: invalid shard_start count %u", in scx_bpf_cid_override() 524 scx_error(sch, "scx_bpf_cid_override: allocation failed"); in scx_bpf_cid_override() 530 scx_error(sch, "scx_bpf_cid_override: shard_start[0] must be 0, got %d", in scx_bpf_cid_override() 536 scx_error(sch, "scx_bpf_cid_override: shard_start not increasing at [%d]", in scx_bpf_cid_override() 541 scx_error(sch, "scx_bpf_cid_override: shard_start[%d]=%d >= %u", in scx_bpf_cid_override() 546 scx_error(sch, "scx_bpf_cid_override: shard[%d] span %d exceeds max %d", in scx_bpf_cid_override() 553 scx_error(sch, "scx_bpf_cid_override: shard[%d] span %d exceeds max %d", in scx_bpf_cid_override() 566 scx_error(sch, "cid %d assigned to multiple cpus", c); in scx_bpf_cid_override() 1072 scx_error(ref->sch, "scx_cmask_ref_shard: out alloc_words=%u < %u for shard %d", in scx_cmask_ref_shard()
|
| H A D | ext.c | 990 scx_error(sch, "invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in scx_cpu_valid() 1149 scx_error(sch, "DSQ 0x%llx not allowed for reenq", dsq->id); in schedule_dsq_reenq() 1609 scx_error(sch, "attempting to dispatch to a destroyed dsq"); in scx_dispatch_enqueue() 1626 scx_error(sch, "cannot use vtime ordering for built-in DSQs"); in scx_dispatch_enqueue() 1647 scx_error(sch, "DSQ ID 0x%016llx already had FIFO-enqueued tasks", in scx_dispatch_enqueue() 1672 scx_error(sch, "DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in scx_dispatch_enqueue() 1848 scx_error(sch, "non-existent DSQ 0x%llx", dsq_id); in find_dsq_for_dispatch() 1870 scx_error(sch, "%s[%d] already direct-dispatched", in mark_direct_dispatch() 1873 scx_error(sch, "scheduling for %s[%d] but trying to direct-dispatch %s[%d]", in mark_direct_dispatch() 2492 scx_error(sch, "SCX_DSQ_LOCAL[_ON] cannot move migration disabled %s[%d] from CPU %d to %d", in task_can_run_on_remote_rq() [all …]
|
| H A D | cid.h | 98 scx_error(sch, "invalid cid %d", cid); in cid_valid()
|
| H A D | internal.h | 2091 #define scx_error(sch, fmt, args...) \ macro 2164 scx_error(sch, "ops.%s() returned an invalid errno %d", ops_name, err); in scx_ops_sanitize_err() 2310 scx_error(sch, "called on a task not being operated on"); in scx_kf_arg_task_ok()
|