Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c4778 if (!cpumask_empty(rq->scx.cpus_to_kick)) in scx_dump_state()
4779 dump_line(&ns, " cpus_to_kick : %*pb", in scx_dump_state()
4780 cpumask_pr_args(rq->scx.cpus_to_kick)); in scx_dump_state()
5738 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()
5740 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick);
5858 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_kick, GFP_KERNEL, n)); in scx_dsq_insert_preamble()
6613 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_kick);
H A Dsched.h804 cpumask_var_t cpus_to_kick; member