Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c5420 if (!cpumask_empty(rq->scx.cpus_to_preempt)) in scx_dump_state()
5422 cpumask_pr_args(rq->scx.cpus_to_preempt)); in scx_dump_state()
6195 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()
6198 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
6208 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
6377 BUG_ON(!zalloc_cpumask_var(&rq->scx.cpus_to_preempt, GFP_KERNEL)); in init_sched_ext_class()
7095 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_preempt); in scx_bpf_kick_cpu()