Searched refs:cpus_to_wait (Results 1 – 2 of 2) sorted by relevance
5101 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()
776 cpumask_var_t cpus_to_wait; member