Home
last modified time | relevance | path

Searched refs:cpus_to_sync (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dext.c2487 for_each_cpu(cpu, rq->scx.cpus_to_sync) { in kick_sync_wait_bal_cb()
2494 cpumask_clear_cpu(cpu, rq->scx.cpus_to_sync); in first_local_task()
4790 if (!cpumask_empty(rq->scx.cpus_to_sync)) in scx_dump_state()
4791 dump_line(&ns, " cpus_to_sync : %*pb", in scx_dump_state()
4792 cpumask_pr_args(rq->scx.cpus_to_sync)); in scx_dump_state()
5690 cpumask_set_cpu(cpu, this_scx->cpus_to_sync); in kick_one_cpu_if_idle()
5862 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_sync, GFP_KERNEL, n)); in scx_dsq_insert_preamble()
H A Dsched.h808 cpumask_var_t cpus_to_sync; member