max_zones 100 drivers/hwmon/coretemp.c static int max_zones __read_mostly; max_zones 427 drivers/hwmon/coretemp.c if (id >= 0 && id < max_zones) max_zones 731 drivers/hwmon/coretemp.c max_zones = topology_max_packages() * topology_max_die_per_package(); max_zones 732 drivers/hwmon/coretemp.c zone_devices = kcalloc(max_zones, sizeof(struct platform_device *),