trt_len           269 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	int trt_len;
trt_len           276 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	trt_len = count * sizeof(union trt_object);
trt_len           277 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	trt_user = kzalloc(trt_len, GFP_KERNEL);
trt_len           291 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (copy_to_user(ubuf, trt_user, trt_len))