Searched refs:cpus_to_sync (Results 1 – 2 of 2) sorted by relevance
3119 for_each_cpu(cpu, rq->scx.cpus_to_sync) { in kick_sync_wait_bal_cb()3126 cpumask_clear_cpu(cpu, rq->scx.cpus_to_sync); in kick_sync_wait_bal_cb()6383 if (!cpumask_empty(rq->scx.cpus_to_sync)) in scx_dump_state()6385 cpumask_pr_args(rq->scx.cpus_to_sync)); in scx_dump_state()7839 cpumask_set_cpu(cpu, this_scx->cpus_to_sync); in kick_one_cpu()8023 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_sync, GFP_KERNEL, n)); in init_sched_ext_class()
810 cpumask_var_t cpus_to_sync; member