Lines Matching refs:this_scx
5687 struct scx_rq *this_scx = &this_rq->scx; in kick_one_cpu() local
5698 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()
5701 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5704 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()
5711 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5712 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()
5737 struct scx_rq *this_scx = &this_rq->scx; in kick_cpus_irq_workfn() local
5742 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()
5744 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick); in kick_cpus_irq_workfn()
5745 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle); in kick_cpus_irq_workfn()
5748 for_each_cpu(cpu, this_scx->cpus_to_kick_if_idle) { in kick_cpus_irq_workfn()
5750 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle); in kick_cpus_irq_workfn()
5756 for_each_cpu(cpu, this_scx->cpus_to_wait) { in kick_cpus_irq_workfn()
5772 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_cpus_irq_workfn()