Searched refs:tt_free_list (Results 1 – 1 of 1) sorted by relevance
3681 tt_free_entry_t *tt_free_list = (tt_free_entry_t *)&pmap->tt_entry_free; in pmap_tt_deallocate() local3684 while (pt_free_entry_cnt < max_pt_index && tt_free_list) { in pmap_tt_deallocate()3687 tt_free_list_next = tt_free_list->next; in pmap_tt_deallocate()3691 tt_free_list = tt_free_list_next; in pmap_tt_deallocate()3697 tt_free_list = (tt_free_entry_t *)&pmap->tt_entry_free; in pmap_tt_deallocate()3705 tt_free_list->next = tt_free_list_next->next; in pmap_tt_deallocate()3707 tt_free_list = tt_free_list_next; in pmap_tt_deallocate()