art_user 235 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c union art_object *art_user; art_user 241 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c art_user = kzalloc(art_len, GFP_KERNEL); art_user 242 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c if (!art_user) { art_user 249 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c get_single_name(arts[i].source, art_user[i].source_device); art_user 250 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c get_single_name(arts[i].target, art_user[i].target_device); art_user 252 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c memcpy(&art_user[i].weight, &arts[i].weight, art_user 256 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c if (copy_to_user(ubuf, art_user, art_len)) art_user 258 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c kfree(art_user);