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.c6380 if (!cpumask_empty(rq->scx.cpus_to_wait)) in scx_dump_state()
6381 dump_line(&ns, " cpus_to_wait : %*pb", in scx_dump_state()
6382 cpumask_pr_args(rq->scx.cpus_to_wait)); in scx_dump_state()
7837 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in print_scx_info()
7843 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in print_scx_info()
7849 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in scx_pm_handler()
8022 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_wait, GFP_KERNEL, n));
8891 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_wait); in bpf_iter_scx_dsq_new()
H A Dsched.h809 cpumask_var_t cpus_to_wait; member