Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dstep_wise.c135 int old_target; in thermal_zone_trip_update() local
161 old_target = instance->target; in thermal_zone_trip_update()
164 old_target, (int)instance->target); in thermal_zone_trip_update()
166 if (instance->initialized && old_target == instance->target) in thermal_zone_trip_update()
170 if (old_target == THERMAL_NO_TARGET && in thermal_zone_trip_update()
174 else if (old_target != THERMAL_NO_TARGET && in thermal_zone_trip_update()
/Linux-v4.19/arch/powerpc/sysdev/xive/
Dcommon.c683 u32 target, old_target; in xive_irq_set_affinity() local
716 old_target = xd->target; in xive_irq_set_affinity()
735 if (old_target != XIVE_INVALID_TARGET) in xive_irq_set_affinity()
736 xive_dec_target_count(old_target); in xive_irq_set_affinity()