Searched refs:tmem (Results 1 – 1 of 1) sorted by relevance
8217 vm_page_t mem, tmem, mem_next; in hibernate_rebuild_vm_structs() local8251 tmem = (vm_page_t)(VM_PAGE_UNPACK_PTR(mem->vmp_next_m)); in hibernate_rebuild_vm_structs()8254 sindx = (int)(tmem - &vm_pages[0]); in hibernate_rebuild_vm_structs()8256 if (mem != tmem) { in hibernate_rebuild_vm_structs()8261 *tmem = *mem; in hibernate_rebuild_vm_structs()8262 mem = tmem; in hibernate_rebuild_vm_structs()