Lines Matching refs:scx_error

217 #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()
1087 scx_error(sch, "DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in dispatch_enqueue()
1238 scx_error(sch, "non-existent DSQ 0x%llx for %s[%d]", in find_dsq_for_dispatch()
1261 scx_error(sch, "%s[%d] already direct-dispatched", in mark_direct_dispatch()
1264 scx_error(sch, "scheduling for %s[%d] but trying to direct-dispatch %s[%d]", in mark_direct_dispatch()
1754 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()
1767 scx_error(sch, "SCX_DSQ_LOCAL[_ON] target CPU %d not allowed for %s[%d]", in task_can_run_on_remote_rq()
2992 scx_error(sch, "ops.init_task() set task->scx.disallow for %s[%d] during fork", in scx_init_task()
3584 scx_error(sch, "attempting to destroy in-use dsq 0x%016llx (nr=%u)", in destroy_dsq()
3665 scx_error(sch, "ops.cgroup_init() failed (%d)", ret); in scx_cgroup_init()
5030 scx_error(sch, "SCX_OPS_ENQ_LAST requires ops.enqueue() to be implemented"); in validate_ops()
5040 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE requires CPU idle selection enabled"); in validate_ops()
5127 scx_error(sch, "ops.init() failed (%d)", ret); in scx_enable_workfn()
5229 scx_error(sch, "ops.init_task() failed (%d) for %s[%d]", in scx_enable_workfn()
5318 scx_error(sch, "scx_enable() failed (%d)", ret); in scx_enable_workfn()
5888 scx_error(sch, "called with NULL task"); in scx_dsq_insert_preamble()
5893 scx_error(sch, "invalid enq_flags 0x%llx", enq_flags); in scx_dsq_insert_preamble()
5913 scx_error(sch, "dispatch buffer overflow"); in scx_dsq_insert_commit()
6234 scx_error(sch, "dispatch buffer underflow"); in scx_bpf_dispatch_cancel()
6270 scx_error(sch, "invalid DSQ ID 0x%016llx", dsq_id); in scx_bpf_dsq_move_to_local()
6602 scx_error(sch, "PREEMPT/WAIT cannot be used with SCX_KICK_IDLE"); in scx_kick_cpu()
6846 scx_error(sch, "peek disallowed on builtin DSQ 0x%llx", dsq_id); in scx_bpf_dsq_peek()
6852 scx_error(sch, "peek on non-existent DSQ 0x%llx", dsq_id); in scx_bpf_dsq_peek()
6870 scx_error(sch, "invalid data=%p and data__sz=%u", (void *)data, data__sz); in __bstr_format()
6876 scx_error(sch, "failed to read data fields (%d)", ret); in __bstr_format()
6883 scx_error(sch, "format preparation failed (%d)", ret); in __bstr_format()
6891 scx_error(sch, "(\"%s\", %p, %u) failed to format", fmt, data, data__sz); in __bstr_format()
6981 scx_error(sch, "scx_bpf_dump() must only be called from ops.dump() and friends"); in scx_bpf_dump_bstr()
7103 scx_error(sch, "Invalid cpuperf target %u for CPU %d", perf, cpu); in scx_bpf_cpuperf_set()
7116 scx_error(sch, "Invalid target CPU %d", cpu); in scx_bpf_cpuperf_set()
7251 scx_error(sch, "accessing rq without holding rq lock"); in scx_bpf_locked_rq()