1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/sys/vm
Alan Cox 8c8d36b9d1 vm: static-ize vm_page_alloc_after()
This function is only intended for the internal use of the VM system.

Reviewed by:	dougm, kib, markj
Differential Revision:	https://reviews.freebsd.org/D47644
2024-11-17 12:19:00 -06:00
..
_vm_phys.h
_vm_radix.h
device_pager.c device_pager: rename the un_pager.devp.dev field to handle 2024-11-06 02:10:59 +02:00
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c swap_pager: Ensure that swapoff puts swapped-in pages in page queues 2024-11-13 14:14:32 +00:00
swap_pager.h tmpfs_vnops: move swap work to swap_pager 2024-10-24 14:24:49 -05:00
uma_align_mask.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_domainset.c
vm_domainset.h
vm_dumpset.h
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c vm_meter: Fix laundry accounting 2024-10-22 12:48:43 +00:00
vm_mmap.c vm_object: do not assume that un_pager.devp.dev is cdev 2024-11-06 02:11:00 +02:00
vm_object.c vm_object: do not assume that un_pager.devp.dev is cdev 2024-11-06 02:11:00 +02:00
vm_object.h vm_object: do not assume that un_pager.devp.dev is cdev 2024-11-06 02:11:00 +02:00
vm_page.c vm: static-ize vm_page_alloc_after() 2024-11-17 12:19:00 -06:00
vm_page.h vm: static-ize vm_page_alloc_after() 2024-11-17 12:19:00 -06:00
vm_pageout.c
vm_pageout.h
vm_pagequeue.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_radix.c
vm_radix.h vm_radix: Add iter lookup_le interface 2024-11-09 13:32:58 -06:00
vm_reserv.c
vm_reserv.h
vm_swapout.c
vm_unix.c
vm.h
vnode_pager.c
vnode_pager.h