Searched refs:tmem (Results 1 – 1 of 1) sorted by relevance
8318 vm_page_t mem, tmem, mem_next; in hibernate_rebuild_vm_structs() local8352 tmem = (vm_page_t)(VM_PAGE_UNPACK_PTR(mem->vmp_next_m)); in hibernate_rebuild_vm_structs()8355 sindx = (int)(tmem - &vm_pages[0]); in hibernate_rebuild_vm_structs()8357 if (mem != tmem) { in hibernate_rebuild_vm_structs()8362 *tmem = *mem; in hibernate_rebuild_vm_structs()8363 mem = tmem; in hibernate_rebuild_vm_structs()