k_pu              162 drivers/thermal/power_allocator.c 	if (!tz->tzp->k_pu || force)
k_pu              163 drivers/thermal/power_allocator.c 		tz->tzp->k_pu = int_to_frac(2 * sustainable_power) /
k_pu              216 drivers/thermal/power_allocator.c 	p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err);
k_pu              384 drivers/thermal/thermal_sysfs.c create_s32_tzp_attr(k_pu);
k_pu              309 include/linux/thermal.h 	s32 k_pu;