Lines Matching refs:scx_ops_error

1048 #define scx_ops_error(fmt, args...)						\  macro
1182 scx_ops_error("kfunc with mask 0x%x called from an operation only allowing 0x%x", in scx_kf_allowed()
1196 scx_ops_error("cpu_release kfunc called from a nested operation"); in scx_kf_allowed()
1202 scx_ops_error("dispatch kfunc called from a nested operation"); in scx_kf_allowed()
1218 scx_ops_error("called on a task not being operated on"); in scx_kf_allowed_on_arg_tasks()
1531 scx_ops_error("invalid CPU %d%s%s", cpu, in ops_cpu_valid()
1554 scx_ops_error("ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err()
1711 scx_ops_error("attempting to dispatch to a destroyed dsq"); in dispatch_enqueue()
1728 scx_ops_error("cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue()
1742 scx_ops_error("DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue()
1764 scx_ops_error("DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in dispatch_enqueue()
1903 scx_ops_error("non-existent DSQ 0x%llx for %s[%d]", in find_dsq_for_dispatch()
1925 scx_ops_error("%s[%d] already direct-dispatched", in mark_direct_dispatch()
1928 scx_ops_error("scheduling for %s[%d] but trying to direct-dispatch %s[%d]", in mark_direct_dispatch()
2360 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()
2373 scx_ops_error("SCX_DSQ_LOCAL[_ON] target CPU %d not allowed for %s[%d]", in task_can_run_on_remote_rq()
4012 scx_ops_error("ops.init_task() set task->scx.disallow for %s[%d] during fork", in scx_ops_init_task()
4560 scx_ops_error("attempting to destroy in-use dsq 0x%016llx (nr=%u)", in destroy_dsq()
4659 scx_ops_error("ops.cgroup_init() failed (%d)", ret); in scx_cgroup_init()
4821 scx_ops_error("soft lockup - CPU#%d stuck for %us", in scx_softlockup()
5545 scx_ops_error("SCX_OPS_ENQ_LAST requires ops.enqueue() to be implemented"); in validate_ops()
5654 scx_ops_error("ops.init() failed (%d)", ret); in scx_ops_enable()
5766 scx_ops_error("ops.init_task() failed (%d) for %s[%d]", in scx_ops_enable()
5863 scx_ops_error("scx_ops_enable() failed (%d)", ret); in scx_ops_enable()
6404 scx_ops_error("built-in idle tracking is disabled"); in check_builtin_idle_enabled()
6462 scx_ops_error("called with NULL task"); in scx_dsq_insert_preamble()
6467 scx_ops_error("invalid enq_flags 0x%llx", enq_flags); in scx_dsq_insert_preamble()
6487 scx_ops_error("dispatch buffer overflow"); in scx_dsq_insert_commit()
6732 scx_ops_error("dispatch buffer underflow"); in scx_bpf_dispatch_cancel()
6761 scx_ops_error("invalid DSQ ID 0x%016llx", dsq_id); in scx_bpf_dsq_move_to_local()
7081 scx_ops_error("PREEMPT/WAIT cannot be used with SCX_KICK_IDLE"); in scx_bpf_kick_cpu()
7269 scx_ops_error("invalid data=%p and data__sz=%u", in __bstr_format()
7276 scx_ops_error("failed to read data fields (%d)", ret); in __bstr_format()
7283 scx_ops_error("format preparation failed (%d)", ret); in __bstr_format()
7291 scx_ops_error("(\"%s\", %p, %u) failed to format", in __bstr_format()
7371 scx_ops_error("scx_bpf_dump() must only be called from ops.dump() and friends"); in scx_bpf_dump_bstr()
7457 scx_ops_error("Invalid cpuperf target %u for CPU %d", perf, cpu); in scx_bpf_cpuperf_set()