1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/sys/vm
John Baldwin cf8cdda37c Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC.
The function had a null function body in the !VM_NUMA_ALLOC case but
also wasn't called in the !VM_NUMA_ALLOC case.

Suggested by:	ngie
2016-05-10 22:25:55 +00:00
..
_vm_radix.h
default_pager.c
device_pager.c Avoid duplicated calls to pmap_page_get_memattr(). 2016-05-01 17:48:43 +00:00
memguard.c
memguard.h
phys_pager.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
swap_pager.h
uma_core.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
uma.h
vm_domain.c Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC. 2016-05-10 22:25:55 +00:00
vm_domain.h
vm_extern.h
vm_fault.c
vm_glue.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vm_object.h
vm_page.c Don't require write locks on the VM object for vm_page_prev/next. 2016-04-29 17:35:28 +00:00
vm_page.h sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vm_pageout.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vm_pageout.h
vm_pager.c Remove slightly used const values that can be replaced with nitems(). 2016-04-21 15:38:28 +00:00
vm_pager.h
vm_param.h
vm_phys.c sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
vm_phys.h
vm_radix.c Cleanup redundant parenthesis from existing howmany()/roundup() macro uses. 2016-04-22 16:57:42 +00:00
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c sys/vm: minor spelling fixes in comments. 2016-05-02 20:16:29 +00:00
vnode_pager.h