art                33 arch/x86/include/asm/tsc.h extern struct system_counterval_t convert_art_to_tsc(u64 art);
art              1218 arch/x86/kernel/tsc.c struct system_counterval_t convert_art_to_tsc(u64 art)
art              1222 arch/x86/kernel/tsc.c 	rem = do_div(art, art_to_tsc_denominator);
art              1224 arch/x86/kernel/tsc.c 	res = art * art_to_tsc_numerator;
art               143 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp,
art               150 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts;
art               171 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL);
art               178 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		struct art *art = &arts[i - nr_bad_entries];
art               180 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		element.length = sizeof(struct art);
art               181 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		element.pointer = art;
art               193 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		if (art->source) {
art               194 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 			result = acpi_bus_get_device(art->source, &adev);
art               198 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		if (art->target) {
art               199 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 			result = acpi_bus_get_device(art->target, &adev);
art               234 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts = NULL;
art               307 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 	struct art *arts = NULL;
art                79 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
art                49 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 	struct art *arts;