Lines Matching refs:scx_error

1204 #define scx_error(sch, fmt, args...)	scx_exit((sch), SCX_EXIT_ERROR, 0, fmt, ##args)  macro
1763 scx_error(sch, "invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in ops_cpu_valid()
1803 scx_error(sch, "ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err()
1963 scx_error(sch, "attempting to dispatch to a destroyed dsq"); in dispatch_enqueue()
1980 scx_error(sch, "cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue()
1994 scx_error(sch, "DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue()
2016 scx_error(sch, "DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in dispatch_enqueue()
2156 scx_error(sch, "non-existent DSQ 0x%llx for %s[%d]", in find_dsq_for_dispatch()
2634 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()
2647 scx_error(sch, "SCX_DSQ_LOCAL[_ON] target CPU %d not allowed for %s[%d]", in task_can_run_on_remote_rq()
3834 scx_error(sch, "ops.init_task() set task->scx.disallow for %s[%d] during fork", in scx_init_task()
4384 scx_error(sch, "attempting to destroy in-use dsq 0x%016llx (nr=%u)", in destroy_dsq()
4484 scx_error(sch, "ops.cgroup_init() failed (%d)", ret); in scx_cgroup_init()
4708 scx_error(sch, "RCU CPU stall detected!"); in scx_rcu_cpu_stall()
4755 scx_error(sch, "soft lockup - CPU#%d stuck for %us", smp_processor_id(), dur_s); in scx_softlockup()
5543 scx_error(sch, "SCX_OPS_ENQ_LAST requires ops.enqueue() to be implemented"); in validate_ops()
5553 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE requires CPU idle selection enabled"); in validate_ops()
5621 scx_error(sch, "ops.init() failed (%d)", ret); in scx_enable()
5718 scx_error(sch, "ops.init_task() failed (%d) for %s[%d]", in scx_enable()
5810 scx_error(sch, "scx_enable() failed (%d)", ret); in scx_enable()
6623 scx_error(sch, "invalid DSQ ID 0x%016llx", dsq_id); in scx_bpf_dsq_move_to_local()