Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap_ppl_interface.c152 mem->vmp_snext = local_freeq; in pmap_release_ppl_pages_to_kernel()
/xnu-10002.1.13/osfmk/vm/
H A Dvm_page.h193 #define vmp_snext vmp_q_un.vmp_q_snext macro
540 (p)->vmp_snext = 0; \
1124 #define NEXT_PAGE(m) ((m)->vmp_snext)
1125 #define NEXT_PAGE_PTR(m) (&(m)->vmp_snext)
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()
4292 nxt = mem->vmp_snext; in vm_page_free_list()
4293 mem->vmp_snext = NULL; in vm_page_free_list()
4336 mem->vmp_snext = local_freeq; in vm_page_free_list()
4366 nxt = mem->vmp_snext; in vm_page_free_list()
[all …]
H A Dvm_kern.c999 guard_left->vmp_snext = wired_page_list;
1003 guard_right->vmp_snext = wired_page_list;
1301 page_list = mem->vmp_snext; in kernel_memory_populate_object_and_unlock()
1302 mem->vmp_snext = NULL; in kernel_memory_populate_object_and_unlock()
1460 mem->vmp_snext = local_freeq; in kernel_memory_depopulate()
1920 page_list = mem->vmp_snext; in kmem_realloc_guard()
1921 mem->vmp_snext = VM_PAGE_NULL; in kmem_realloc_guard()
H A Dvm_object.c1155 p->vmp_snext = local_free_q; in vm_object_cache_evict()
1555 m = m->vmp_snext) { \
1770 p->vmp_snext = local_free_q; in vm_object_reap_pages()
7408 p->vmp_snext = local_freeq;
H A Dvm_pageout.c1921 secluded_page->vmp_snext = *local_freeq; in vps_deal_with_secluded_page_overflow()
3454 m->vmp_snext = local_freeq; in vm_pageout_scan()
4198 m->vmp_snext = local_q; in vm_pageout_iothread_internal_continue()
4230 local_q = m->vmp_snext; in vm_pageout_iothread_internal_continue()
4231 m->vmp_snext = NULL; in vm_pageout_iothread_internal_continue()
4261 m->vmp_snext = local_freeq; in vm_pageout_iothread_internal_continue()
/xnu-10002.1.13/osfmk/kern/
H A Dzalloc.c4803 m->vmp_snext = page_list; in zone_expand_locked()