Searched refs:tmem (Results 1 – 1 of 1) sorted by relevance
8323 vm_page_t mem, tmem, mem_next; in hibernate_rebuild_vm_structs() local8357 tmem = (vm_page_t)(VM_PAGE_UNPACK_PTR(mem->vmp_next_m)); in hibernate_rebuild_vm_structs()8360 sindx = (int)(tmem - &vm_pages[0]); in hibernate_rebuild_vm_structs()8362 if (mem != tmem) { in hibernate_rebuild_vm_structs()8367 *tmem = *mem; in hibernate_rebuild_vm_structs()8368 mem = tmem; in hibernate_rebuild_vm_structs()