Searched refs:cpus_to_preempt (Results 1 – 2 of 2) sorted by relevance
4710 if (!cpumask_empty(rq->scx.cpus_to_preempt)) in scx_dump_state()4712 cpumask_pr_args(rq->scx.cpus_to_preempt)); in scx_dump_state()5605 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()5608 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()5622 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()5795 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_preempt, GFP_KERNEL, n)); in init_sched_ext_class()6550 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_preempt); in scx_kick_cpu()
806 cpumask_var_t cpus_to_preempt; member