Searched refs:scx_cpu_valid (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ext/ |
| H A D | idle.c | 963 if (!scx_cpu_valid(sch, prev_cpu, NULL)) in select_cpu_from_kfunc() 1036 if (unlikely(!sch) || !scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_cpu_node() 1318 if (!scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_test_and_clear_cpu_idle()
|
| H A D | cid.h | 158 if (!scx_cpu_valid(sch, cpu, NULL) || unlikely(!tbl)) in scx_cpu_to_cid()
|
| H A D | ext.c | 985 bool scx_cpu_valid(struct scx_sched *sch, s32 cpu, const char *where) in scx_cpu_valid() function 1832 if (!scx_cpu_valid(sch, cpu, "in SCX_DSQ_LOCAL_ON dispatch verdict")) in find_dsq_for_dispatch() 3564 if (scx_cpu_valid(sch, cpu, "from ops.select_cpu()")) in select_task_rq_scx() 9600 if (likely(sch) && scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_kick_cpu() 9663 if (scx_cpu_valid(sch, cpu, NULL)) { in scx_bpf_dsq_nr_queued() 10086 if (likely(sch) && scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_cpuperf_cap() 10137 if (likely(sch) && scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_cpuperf_cur() 10178 if (!scx_cpu_valid(sch, cpu, NULL)) in scx_cpuperf_set() 10455 if (!scx_cpu_valid(sch, cpu, NULL)) in scx_bpf_cpu_curr()
|
| H A D | internal.h | 2016 bool scx_cpu_valid(struct scx_sched *sch, s32 cpu, const char *where);
|