1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/vm
Konstantin Belousov df2f557df6 Do not double-reference the found vm object in cdev_pager_lookup().
vm_pager_object_lookup() already referenced the object.

Note that there is no in-tree consumers of cdev_pager_lookup(). The
only known user of the function is i915 gem driver, which is not yet
imported. This should make the KPI change minor.

Submitted by:	avg
MFC after:	1 week
2012-05-18 10:23:47 +00:00
..
default_pager.c
device_pager.c Do not double-reference the found vm object in cdev_pager_lookup(). 2012-05-18 10:23:47 +00:00
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
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 Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_map.h Give vm_fault()'s sequential access optimization a makeover. 2012-05-10 15:16:42 +00:00
vm_meter.c
vm_mmap.c
vm_object.c
vm_object.h
vm_page.c Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_page.h Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_pageout.c Assert that fictitious or unmanaged pages do not appear on 2012-05-12 20:24:46 +00:00
vm_pageout.h
vm_pager.c Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vm_pager.h Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vm_param.h
vm_phys.c Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_phys.h Add a facility to register a range of physical addresses to be used 2012-05-12 20:42:56 +00:00
vm_reserv.c
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h Add new pager type, OBJT_MGTDEVICE. It provides the device pager 2012-05-12 20:49:58 +00:00
vnode_pager.c
vnode_pager.h