Searched refs:cpus_to_wait (Results 1 – 2 of 2) sorted by relevance
6337 if (!cpumask_empty(rq->scx.cpus_to_wait)) in scx_dump_state()6339 cpumask_pr_args(rq->scx.cpus_to_wait)); in scx_dump_state()7724 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()7730 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()7736 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()7909 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_wait, GFP_KERNEL, n)); in init_sched_ext_class()8778 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_wait); in scx_kick_cpu()
809 cpumask_var_t cpus_to_wait; member