Searched refs:tt_free_list (Results 1 – 1 of 1) sorted by relevance
3705 tt_free_entry_t *tt_free_list = (tt_free_entry_t *)&pmap->tt_entry_free; in pmap_tt_deallocate() local3708 while (pt_free_entry_cnt < max_pt_index && tt_free_list) { in pmap_tt_deallocate()3711 tt_free_list_next = tt_free_list->next; in pmap_tt_deallocate()3715 tt_free_list = tt_free_list_next; in pmap_tt_deallocate()3721 tt_free_list = (tt_free_entry_t *)&pmap->tt_entry_free; in pmap_tt_deallocate()3729 tt_free_list->next = tt_free_list_next->next; in pmap_tt_deallocate()3731 tt_free_list = tt_free_list_next; in pmap_tt_deallocate()