Searched refs:cpus_to_kick (Results 1 – 2 of 2) sorted by relevance
4835 if (!cpumask_empty(rq->scx.cpus_to_kick)) in scx_dump_state()4837 cpumask_pr_args(rq->scx.cpus_to_kick)); in scx_dump_state()5724 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()5726 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick); in kick_cpus_irq_workfn()5860 BUG_ON(!zalloc_cpumask_var(&rq->scx.cpus_to_kick, GFP_KERNEL)); in init_sched_ext_class()6524 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_kick); in scx_bpf_kick_cpu()
771 cpumask_var_t cpus_to_kick; member