Searched refs:thermal_zone_t (Results 1 – 2 of 2) sorted by relevance
78 static thermal_zone_t *tzmon_alloc_zone();80 static void tzmon_discard_buffers(thermal_zone_t *tzp);81 static void tzmon_enumerate_zone(ACPI_HANDLE obj, thermal_zone_t *tzp,89 static void tzmon_eval_zone(thermal_zone_t *tzp);143 static thermal_zone_t *zone_list;247 thermal_zone_t *tzp = zone_list; in tzmon_detach()278 thermal_zone_t *tzp = (thermal_zone_t *)ctx; in tzmon_notify_zone()317 static thermal_zone_t *320 thermal_zone_t *tzp; in tzmon_alloc_zone()322 tzp = kmem_zalloc(sizeof (thermal_zone_t), KM_SLEEP); in tzmon_alloc_zone()[all …]
59 } thermal_zone_t; typedef