Searched refs:cpus_to_preempt (Results 1 – 2 of 2) sorted by relevance
6377 if (!cpumask_empty(rq->scx.cpus_to_preempt)) in scx_dump_state() 6378 dump_line(&ns, " cpus_to_preempt: %*pb", in scx_dump_state() 6379 cpumask_pr_args(rq->scx.cpus_to_preempt)); in scx_dump_state() 7831 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in print_scx_info() 7834 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in print_scx_info() 7848 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in scx_pm_handler() 8021 BUG_ON(!zalloc_cpumask_var_node(&rq->scx.cpus_to_preempt, GFP_KERNEL, n));8889 cpumask_set_cpu(cpu, this_rq->scx.cpus_to_preempt); in bpf_iter_scx_dsq_new()
808 cpumask_var_t cpus_to_preempt; member