Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c426 static void swap_pager_putpages(vm_object_t, vm_page_t *, int, boolean_t, int *);
443 .pgo_putpages = swap_pager_putpages, /* pageout */
1452 swap_pager_putpages(vm_object_t object, vm_page_t *ma, int count, in swap_pager_putpages() function