Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c4621 if (!cpumask_empty(rq->scx.cpus_to_wait)) in scx_dump_state()
4622 dump_line(&ns, " cpus_to_wait : %*pb", in scx_dump_state()
4623 cpumask_pr_args(rq->scx.cpus_to_wait)); in scx_dump_state()
5469 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu_if_idle()
5474 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu_if_idle()
5481 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_cpus_irq_workfn()
5533 for_each_cpu(cpu, this_scx->cpus_to_wait) {
5550 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in print_scx_info()
5654 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_wait, GFP_KERNEL, n)); in scx_dsq_insert_preamble()
6410 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_wait); in scx_bpf_kick_cpu()
[all...]
H A Dsched.h805 cpumask_var_t cpus_to_wait; member