Home
last modified time | relevance | path

Searched refs:vmp_snext (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap_ppl_interface.c152 mem->vmp_snext = local_freeq; in pmap_release_ppl_pages_to_kernel()
/xnu-8792.61.2/osfmk/vm/
H A Dvm_page.h193 #define vmp_snext vmp_q_un.vmp_q_snext macro
535 (p)->vmp_snext = 0; \
1119 #define NEXT_PAGE(m) ((m)->vmp_snext)
1120 #define NEXT_PAGE_PTR(m) (&(m)->vmp_snext)
H A Dvm_kern.c967 guard_left->vmp_snext = wired_page_list; in kmem_alloc_guard()
971 guard_right->vmp_snext = wired_page_list; in kmem_alloc_guard()
1230 page_list = mem->vmp_snext; in kernel_memory_populate_object_and_unlock()
1231 mem->vmp_snext = NULL; in kernel_memory_populate_object_and_unlock()
1371 mem->vmp_snext = local_freeq; in kernel_memory_depopulate()
1715 page_list = mem->vmp_snext; in kmem_realloc_guard()
1716 mem->vmp_snext = VM_PAGE_NULL; in kmem_realloc_guard()
H A Dvm_resident.c742 p->vmp_snext = list; in vm_free_delayed_pages()
754 list = p->vmp_snext; in vm_free_delayed_pages()
755 p->vmp_snext = NULL; in vm_free_delayed_pages()
3175 *PERCPU_GET_WITH_BASE(pcpu_base, free_pages) = mem->vmp_snext; in vm_page_grab_options()
3362 tail->vmp_snext = mem; in vm_page_grab_options()
3614 secluded_page->vmp_snext = local_freeq; in vm_page_secluded_drain()
4302 nxt = mem->vmp_snext; in vm_page_free_list()
4303 mem->vmp_snext = NULL; in vm_page_free_list()
4346 mem->vmp_snext = local_freeq; in vm_page_free_list()
4376 nxt = mem->vmp_snext; in vm_page_free_list()
[all …]
H A Dvm_object.c1148 p->vmp_snext = local_free_q; in vm_object_cache_evict()
1548 m = m->vmp_snext) { \
1763 p->vmp_snext = local_free_q; in vm_object_reap_pages()
7460 p->vmp_snext = local_freeq; in vm_object_compressed_freezer_pageout()
H A Dvm_pageout.c1888 secluded_page->vmp_snext = *local_freeq; in vps_deal_with_secluded_page_overflow()
3423 m->vmp_snext = local_freeq; in vm_pageout_scan()
4162 m->vmp_snext = local_q; in vm_pageout_iothread_internal_continue()
4192 local_q = m->vmp_snext; in vm_pageout_iothread_internal_continue()
4193 m->vmp_snext = NULL; in vm_pageout_iothread_internal_continue()
4223 m->vmp_snext = local_freeq; in vm_pageout_iothread_internal_continue()
/xnu-8792.61.2/osfmk/kern/
H A Dzalloc.c4815 m->vmp_snext = page_list; in zone_expand_locked()