Lines Matching refs:scx_ops_error

1056 #define scx_ops_error(fmt, args...)						\  macro
1224 scx_ops_error("kfunc with mask 0x%x called from an operation only allowing 0x%x", in scx_kf_allowed()
1238 scx_ops_error("cpu_release kfunc called from a nested operation"); in scx_kf_allowed()
1244 scx_ops_error("dispatch kfunc called from a nested operation"); in scx_kf_allowed()
1260 scx_ops_error("called on a task not being operated on"); in scx_kf_allowed_on_arg_tasks()
1684 scx_ops_error("invalid CPU %d%s%s", cpu, in ops_cpu_valid()
1707 scx_ops_error("ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err()
1864 scx_ops_error("attempting to dispatch to a destroyed dsq"); in dispatch_enqueue()
1881 scx_ops_error("cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue()
1895 scx_ops_error("DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue()
1917 scx_ops_error("DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in dispatch_enqueue()
2056 scx_ops_error("non-existent DSQ 0x%llx for %s[%d]", in find_dsq_for_dispatch()
2078 scx_ops_error("%s[%d] already direct-dispatched", in mark_direct_dispatch()
2081 scx_ops_error("scheduling for %s[%d] but trying to direct-dispatch %s[%d]", in mark_direct_dispatch()
2525 scx_ops_error("SCX_DSQ_LOCAL[_ON] cannot move migration disabled %s[%d] from CPU %d to %d", in task_can_run_on_remote_rq()
2538 scx_ops_error("SCX_DSQ_LOCAL[_ON] target CPU %d not allowed for %s[%d]", in task_can_run_on_remote_rq()
3693 scx_ops_error("ops.init_task() set task->scx.disallow for %s[%d] during fork", in scx_ops_init_task()
4211 scx_ops_error("attempting to destroy in-use dsq 0x%016llx (nr=%u)", in destroy_dsq()
4304 scx_ops_error("ops.cgroup_init() failed (%d)", ret); in scx_cgroup_init()
4491 scx_ops_error("soft lockup - CPU#%d stuck for %us", in scx_softlockup()
5238 scx_ops_error("SCX_OPS_ENQ_LAST requires ops.enqueue() to be implemented"); in validate_ops()
5248 scx_ops_error("SCX_OPS_BUILTIN_IDLE_PER_NODE requires CPU idle selection enabled"); in validate_ops()
5371 scx_ops_error("ops.init() failed (%d)", ret); in scx_ops_enable()
5476 scx_ops_error("ops.init_task() failed (%d) for %s[%d]", in scx_ops_enable()
5573 scx_ops_error("scx_ops_enable() failed (%d)", ret); in scx_ops_enable()
6112 scx_ops_error("called with NULL task"); in scx_dsq_insert_preamble()
6117 scx_ops_error("invalid enq_flags 0x%llx", enq_flags); in scx_dsq_insert_preamble()
6137 scx_ops_error("dispatch buffer overflow"); in scx_dsq_insert_commit()
6382 scx_ops_error("dispatch buffer underflow"); in scx_bpf_dispatch_cancel()
6411 scx_ops_error("invalid DSQ ID 0x%016llx", dsq_id); in scx_bpf_dsq_move_to_local()
6735 scx_ops_error("PREEMPT/WAIT cannot be used with SCX_KICK_IDLE"); in scx_bpf_kick_cpu()
6929 scx_ops_error("invalid data=%p and data__sz=%u", in __bstr_format()
6936 scx_ops_error("failed to read data fields (%d)", ret); in __bstr_format()
6943 scx_ops_error("format preparation failed (%d)", ret); in __bstr_format()
6951 scx_ops_error("(\"%s\", %p, %u) failed to format", in __bstr_format()
7031 scx_ops_error("scx_bpf_dump() must only be called from ops.dump() and friends"); in scx_bpf_dump_bstr()
7117 scx_ops_error("Invalid cpuperf target %u for CPU %d", perf, cpu); in scx_bpf_cpuperf_set()
7130 scx_ops_error("Invalid target CPU %d", cpu); in scx_bpf_cpuperf_set()