Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/testing/
H A Dzone.c66 struct tt_trip { struct
82 struct tt_trip *tt_trip; argument
142 struct tt_trip *tt_trip, *aux; in tt_zone_free_trips() local
147 kfree(tt_trip); in tt_zone_free_trips()
315 struct tt_trip *tt_trip = tt_work->tt_trip; in tt_zone_add_trip_work_fn() local
334 struct tt_trip *tt_trip __free(kfree) = NULL; in tt_zone_add_trip()
342 tt_trip = kzalloc(sizeof(*tt_trip), GFP_KERNEL); in tt_zone_add_trip()
343 if (!tt_trip) in tt_zone_add_trip()
357 tt_trip->id = id; in tt_zone_add_trip()
366 tt_work->tt_trip = no_free_ptr(tt_trip); in tt_zone_add_trip()
[all …]