Searched refs:scx_error (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/sched/ |
H A D | ext.c | 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() [all …]
|