Searched refs:this_scx (Results 1 – 1 of 1) sorted by relevance
7815 struct scx_rq *this_scx = &this_rq->scx; in kick_one_cpu() local7831 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()7834 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()7837 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()7839 cpumask_set_cpu(cpu, this_scx->cpus_to_sync); in kick_one_cpu()7843 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()7848 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()7849 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()7874 struct scx_rq *this_scx = &this_rq->scx; in kick_cpus_irq_workfn() local7886 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()[all …]