Searched refs:tmap_list (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp98 static vm_translation_map *tmap_list; variable
209 for(entry = tmap_list; entry != NULL; entry = entry->next)
323 entry = tmap_list;
329 tmap_list = entry->next;
1217 map->next = tmap_list;
1218 tmap_list = map;
1256 tmap_list = NULL;

Completed in 87 milliseconds