art_len           233 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	int art_len;
art_len           240 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	art_len = count * sizeof(union art_object);
art_len           241 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	art_user = kzalloc(art_len, GFP_KERNEL);
art_len           256 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	if (copy_to_user(ubuf, art_user, art_len))