Home
last modified time | relevance | path

Searched refs:old_target (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_step_wise.c88 int old_target; in thermal_zone_trip_update() local
104 old_target = instance->target; in thermal_zone_trip_update()
106 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n", in thermal_zone_trip_update()
107 old_target, (int)instance->target); in thermal_zone_trip_update()
109 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update()
113 if (old_target == THERMAL_NO_TARGET && in thermal_zone_trip_update()
117 else if (old_target != THERMAL_NO_TARGET && in thermal_zone_trip_update()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dgov_step_wise.c123 int old_target; in thermal_zone_trip_update() local
149 old_target = instance->target; in thermal_zone_trip_update()
151 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n", in thermal_zone_trip_update()
152 old_target, (int)instance->target); in thermal_zone_trip_update()
154 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update()
158 if (old_target == THERMAL_NO_TARGET && in thermal_zone_trip_update()
162 else if (old_target != THERMAL_NO_TARGET && in thermal_zone_trip_update()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/
H A Dcommon.c736 u32 target, old_target; in xive_irq_set_affinity() local
769 old_target = xd->target; in xive_irq_set_affinity()
788 if (old_target != XIVE_INVALID_TARGET) in xive_irq_set_affinity()
789 xive_dec_target_count(old_target); in xive_irq_set_affinity()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/
H A Dcommon.c723 u32 target, old_target; in xive_irq_set_affinity() local
752 old_target = xd->target; in xive_irq_set_affinity()
771 if (old_target != XIVE_INVALID_TARGET) in xive_irq_set_affinity()
772 xive_dec_target_count(old_target); in xive_irq_set_affinity()

Completed in 6 milliseconds