Searched hist:"4 c3ef59e3d6993cea3798f4eb2cbe069a1526cde" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | diff 4c3ef59e3d6993cea3798f4eb2cbe069a1526cde Tue Dec 30 20:48:03 CET 2008 Alan Cox <alc@FreeBSD.org> Move the implementation of the vm map's fast path on address lookup from vm_map_lookup{,_locked}() to vm_map_lookup_entry(). Having the fast path in vm_map_lookup{,_locked}() limits its benefits to page faults. Moving it to vm_map_lookup_entry() extends its benefits to other operations on the vm map. diff 4c3ef59e3d6993cea3798f4eb2cbe069a1526cde Tue Dec 30 20:48:03 CET 2008 Alan Cox <alc@FreeBSD.org> Move the implementation of the vm map's fast path on address lookup from vm_map_lookup{,_locked}() to vm_map_lookup_entry(). Having the fast path in vm_map_lookup{,_locked}() limits its benefits to page faults. Moving it to vm_map_lookup_entry() extends its benefits to other operations on the vm map.
|