Lines Matching refs:this_scx
5894 struct scx_rq *this_scx = &this_rq->scx; in kick_one_cpu() local
5905 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) { in kick_one_cpu()
5908 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5911 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) { in kick_one_cpu()
5918 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt); in kick_one_cpu()
5919 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_one_cpu()
5944 struct scx_rq *this_scx = &this_rq->scx; in kick_cpus_irq_workfn() local
5949 for_each_cpu(cpu, this_scx->cpus_to_kick) { in kick_cpus_irq_workfn()
5951 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick); in kick_cpus_irq_workfn()
5952 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle); in kick_cpus_irq_workfn()
5955 for_each_cpu(cpu, this_scx->cpus_to_kick_if_idle) { in kick_cpus_irq_workfn()
5957 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle); in kick_cpus_irq_workfn()
5963 for_each_cpu(cpu, this_scx->cpus_to_wait) { in kick_cpus_irq_workfn()
5979 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait); in kick_cpus_irq_workfn()