Home
last modified time | relevance | path

Searched refs:old_target (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/thermal/
Dgov_step_wise.c105 int old_target; in thermal_zone_trip_update() local
124 old_target = instance->target; in thermal_zone_trip_update()
127 old_target, (int)instance->target); in thermal_zone_trip_update()
129 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update()
133 if (old_target == THERMAL_NO_TARGET && in thermal_zone_trip_update()
137 else if (old_target != THERMAL_NO_TARGET && in thermal_zone_trip_update()
/linux-6.1.9/arch/powerpc/sysdev/xive/
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()