Home
last modified time | relevance | path

Searched refs:cpus_to_wait (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/sched/
H A Dext.c5101 if (!cpumask_empty(rq->scx.cpus_to_wait)) in scx_dump_state()
5103 cpumask_pr_args(rq->scx.cpus_to_wait)); in scx_dump_state()
5911 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()
5919 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()
5963 for_each_cpu(cpu, this_scx->cpus_to_wait) { in kick_cpus_irq_workfn()
5979 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_cpus_irq_workfn()
6087 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_wait, GFP_KERNEL, n)); in init_sched_ext_class()
6751 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_wait); in scx_bpf_kick_cpu()
H A Dsched.h776 cpumask_var_t cpus_to_wait; member