Searched refs:cpus_to_wait (Results 1 – 2 of 2) sorted by relevance
4313 if (!cpumask_empty(rq->scx.cpus_to_wait)) in scx_dump_state()4315 cpumask_pr_args(rq->scx.cpus_to_wait)); in scx_dump_state()5144 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()5152 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()5204 for_each_cpu(cpu, this_scx->cpus_to_wait) { in kick_cpus_irq_workfn()5220 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_cpus_irq_workfn()5323 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_wait, GFP_KERNEL, n)); in init_sched_ext_class()5977 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_wait); in scx_kick_cpu()
807 cpumask_var_t cpus_to_wait; member