Searched refs:cpus_to_kick (Results 1 – 2 of 2) sorted by relevance
5092 if (!cpumask_empty(rq->scx.cpus_to_kick)) in scx_dump_state()5094 cpumask_pr_args(rq->scx.cpus_to_kick)); in scx_dump_state()5949 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()5951 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick); in kick_cpus_irq_workfn()6084 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_kick, GFP_KERNEL, n)); in init_sched_ext_class()6746 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_kick); in scx_bpf_kick_cpu()
773 cpumask_var_t cpus_to_kick; member