Searched refs:scx_error (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_idle.c | 845 scx_error(sch, "per-node idle tracking is disabled"); in validate_node() 855 scx_error(sch, "invalid node %d", node); in validate_node() 861 scx_error(sch, "unavailable node %d", node); in validate_node() 875 scx_error(sch, "built-in idle tracking is disabled"); in check_builtin_idle_enabled() 975 scx_error(sch, "select_cpu kfunc called cross-task on %s[%d]", in select_cpu_from_kfunc() 1105 scx_error(scx_task_sched(p), "__scx_bpf_select_cpu_and() must be used"); in scx_bpf_select_cpu_and() 1161 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_cpumask() 1223 scx_error(sch, "SCX_OPS_BUILTIN_IDLE_PER_NODE enabled"); in scx_bpf_get_idle_smtmask() 1355 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_idle_cpu() 1449 scx_error(sch, "per-node idle tracking is enabled"); in scx_bpf_pick_any_cpu()
|
| H A D | ext.c | 218 #define scx_error(sch, fmt, args...) scx_exit((sch), SCX_EXIT_ERROR, 0, fmt, ##args) macro 554 scx_error(sch, "called on a task not being operated on"); in scx_kf_arg_task_ok() 1103 scx_error(sch, "invalid CPU %d%s%s", cpu, where ? " " : "", where ?: ""); in ops_cpu_valid() 1126 scx_error(sch, "ops.%s() returned an invalid errno %d", ops_name, err); in ops_sanitize_err() 1271 scx_error(sch, "DSQ 0x%llx not allowed for reenq", dsq->id); in schedule_dsq_reenq() 1533 scx_error(sch, "attempting to dispatch to a destroyed dsq"); in dispatch_enqueue() 1550 scx_error(sch, "cannot use vtime ordering for built-in DSQs"); in dispatch_enqueue() 1564 scx_error(sch, "DSQ ID 0x%016llx already had FIFO-enqueued tasks", in dispatch_enqueue() 1589 scx_error(sch, "DSQ ID 0x%016llx already had PRIQ-enqueued tasks", in dispatch_enqueue() 1759 scx_error(sch, "non-existent DSQ 0x%llx", dsq_id); in find_dsq_for_dispatch() [all …]
|