Lines Matching refs:vm_freelist
119 static struct vm_freelist __aligned(CACHE_LINE_SIZE)
188 static void vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl,
279 struct vm_freelist *fl; in sysctl_vm_phys_free()
393 vm_freelist_add(struct vm_freelist *fl, vm_page_t m, int order, int pool, in vm_freelist_add()
417 vm_freelist_rem(struct vm_freelist *fl, vm_page_t m, int order) in vm_freelist_rem()
537 struct vm_freelist *fl; in vm_phys_init()
716 vm_phys_split_pages(vm_page_t m, int oind, struct vm_freelist *fl, int order, in vm_phys_split_pages()
732 vm_phys_enq_chunk(struct vm_freelist *fl, vm_page_t m, int order, int pool, in vm_phys_enq_chunk()
769 vm_phys_enq_beg(vm_page_t m, u_int npages, struct vm_freelist *fl, int pool, in vm_phys_enq_beg()
806 vm_phys_enq_range(vm_page_t m, u_int npages, struct vm_freelist *fl, int pool, in vm_phys_enq_range()
871 struct vm_freelist *alt, *fl; in vm_phys_alloc_npages()
945 struct vm_freelist *alt, *fl; in vm_phys_alloc_freelist_pages()
1237 struct vm_freelist *fl; in vm_phys_free_pages()
1284 struct vm_freelist *fl; in vm_phys_lazy_init_domain()
1383 struct vm_freelist *fl; in vm_phys_enqueue_contig()
1505 struct vm_freelist *fl; in vm_phys_unfree_page()
1575 vm_phys_find_freelist_contig(struct vm_freelist *fl, u_long npages, in vm_phys_find_freelist_contig()
1649 struct vm_freelist (*queues)[VM_NFREEPOOL][VM_NFREEORDER_MAX], in vm_phys_find_queues_contig()
1653 struct vm_freelist *fl; in vm_phys_find_queues_contig()
1712 struct vm_freelist *fl; in vm_phys_alloc_contig()
1715 struct vm_freelist (*queues)[VM_NFREEPOOL][VM_NFREEORDER_MAX]; in vm_phys_alloc_contig()
2066 struct vm_freelist *fl; in DB_SHOW_COMMAND_FLAGS()