Lines Matching defs:this_scx
5666 struct scx_rq *this_scx = &this_rq->scx;
5682 if (cpumask_test_cpu(cpu, this_scx->cpus_to_preempt)) {
5685 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt);
5688 if (cpumask_test_cpu(cpu, this_scx->cpus_to_wait)) {
5690 cpumask_set_cpu(cpu, this_scx->cpus_to_sync);
5694 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait);
5699 cpumask_clear_cpu(cpu, this_scx->cpus_to_preempt);
5700 cpumask_clear_cpu(cpu, this_scx->cpus_to_wait);
5725 struct scx_rq *this_scx = &this_rq->scx;
5738 for_each_cpu(cpu, this_scx->cpus_to_kick) {
5740 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick);
5741 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle);
5744 for_each_cpu(cpu, this_scx->cpus_to_kick_if_idle) {
5746 cpumask_clear_cpu(cpu, this_scx->cpus_to_kick_if_idle);
5755 this_scx->kick_sync_pending = true;