Home
last modified time | relevance | path

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

/dflybsd-src/sys/vm/
H A Dvm_page2.h202 vm_paging_start(int adj) in vm_paging_start() function
H A Dvm_pageout.c2447 vm_paging_start(0) == 0 && in vm_pageout_thread()
2732 if (vm_paging_start(0) || in vm_pageout_thread()
2804 if (vm_paging_start(0) && curthread != pagethread) { in pagedaemon_wakeup()
H A Dvm_page.c1062 if (*cnt_adj < -1024 && vm_paging_start(-1024 * ncpus)) { in _vm_page_rem_queue_spinlocked()
/dflybsd-src/sys/vfs/tmpfs/
H A Dtmpfs_vnops.c857 if (vm_pages_needed || vm_paging_start(0)) in tmpfs_write()
870 ((vm_pages_needed || vm_paging_start(0)) && in tmpfs_write()
H A Dtmpfs_subr.c1023 if (vm_pages_needed || vm_paging_start(0) || in tmpfs_reg_resize()