This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4faf7cdff5
Branches
Tags
View all branches
freebsd-skq
/
sys
/
vm
History
alc
c7ca47fcc7
- Update vm_pageout_deficit using atomic operations. It's a simple
...
counter outside the scope of existing locks. - Eliminate a redundant clearing of vm_pageout_deficit.
2003-01-14 06:57:03 +00:00
..
default_pager.c
…
device_pager.c
…
phys_pager.c
…
pmap.h
…
swap_pager.c
…
swap_pager.h
…
uma_core.c
…
uma_dbg.c
…
uma_dbg.h
…
uma_int.h
…
uma.h
…
vm_contig.c
…
vm_extern.h
…
vm_fault.c
vm_fault_copy_entry() needn't clear PG_ZERO because it didn't pass
2003-01-12 07:33:16 +00:00
vm_glue.c
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
It is possible for an active aio to prevent shared memory from being
2003-01-13 23:04:32 +00:00
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Bow to the whining masses and change a union back into void *. Retain
2003-01-13 00:33:17 +00:00
vm_object.c
…
vm_object.h
…
vm_page.c
- Update vm_pageout_deficit using atomic operations. It's a simple
2003-01-14 06:57:03 +00:00
vm_page.h
…
vm_pageout.c
- Update vm_pageout_deficit using atomic operations. It's a simple
2003-01-14 06:57:03 +00:00
vm_pageout.h
Make vm_pageout_page_free() static.
2003-01-14 02:28:39 +00:00
vm_pageq.c
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
…
vm_swap.c
…
vm_unix.c
…
vm_zeroidle.c
…
vm.h
…
vnode_pager.c
We can get past here on a normal vnode as well, so use VOP_STRATEGY if so.
2003-01-13 21:32:16 +00:00
vnode_pager.h
…