Home
last modified time | relevance | path

Searched refs:trips_crossed (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/ !
H A Dthermal_debugfs.c153 int *trips_crossed; member
650 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id; in thermal_debug_tz_trip_up()
700 if (tz_dbg->trips_crossed[i] == trip_id) in thermal_debug_tz_trip_down()
710 tz_dbg->trips_crossed[i] = tz_dbg->trips_crossed[tz_dbg->nr_trips]; in thermal_debug_tz_trip_down()
750 int trip_id = tz_dbg->trips_crossed[i]; in thermal_debug_update_trip_stats()
879 tz_dbg->trips_crossed = kzalloc_objs(int, tz->num_trips); in thermal_debug_tz_add()
880 if (!tz_dbg->trips_crossed) { in thermal_debug_tz_add()
911 int *trips_crossed; in thermal_debug_tz_remove() local
921 trips_crossed = tz_dbg->trips_crossed; in thermal_debug_tz_remove()
931 kfree(trips_crossed); in thermal_debug_tz_remove()
[all …]