Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c4310 if (!cpumask_empty(rq->scx.cpus_to_preempt)) in scx_dump_state()
4312 cpumask_pr_args(rq->scx.cpus_to_preempt)); in scx_dump_state()
5138 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()
5141 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5151 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5322 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_preempt, GFP_KERNEL, n)); in init_sched_ext_class()
5975 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_preempt); in scx_kick_cpu()
H A Dsched.h806 cpumask_var_t cpus_to_preempt; member