Searched refs:tt_trip (Results 1 – 1 of 1) sorted by relevance
66 struct tt_trip { struct82 struct tt_trip *tt_trip; argument142 struct tt_trip *tt_trip, *aux; in tt_zone_free_trips() local147 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() local334 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 …]