Searched refs:cpus_to_preempt (Results 1 – 2 of 2) sorted by relevance
5098 if (!cpumask_empty(rq->scx.cpus_to_preempt)) in scx_dump_state()5100 cpumask_pr_args(rq->scx.cpus_to_preempt)); in scx_dump_state()5905 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()5908 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()5918 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()6086 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_preempt, GFP_KERNEL, n)); in init_sched_ext_class()6749 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_preempt); in scx_bpf_kick_cpu()
775 cpumask_var_t cpus_to_preempt; member