Searched refs:cpus_to_sync (Results 1 – 2 of 2) sorted by relevance
3242 for_each_cpu(cpu, rq->scx.cpus_to_sync) { in kick_sync_wait_bal_cb()3249 cpumask_clear_cpu(cpu, rq->scx.cpus_to_sync); in kick_sync_wait_bal_cb()6878 if (!cpumask_empty(rq->scx.cpus_to_sync)) in scx_dump_cpu()6880 cpumask_pr_args(rq->scx.cpus_to_sync)); in scx_dump_cpu()8484 cpumask_set_cpu(cpu, this_scx->cpus_to_sync); in kick_one_cpu()8690 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_sync, GFP_KERNEL, n)); in init_sched_ext_class()
837 cpumask_var_t cpus_to_sync; member