Searched hist:"99 c81ca94d42910007c6e455580f248f9a16c22d" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | diff 99c81ca94d42910007c6e455580f248f9a16c22d Mon Mar 22 00:37:00 CET 1999 Alan Cox <alc@FreeBSD.org> Two changes:
Remove more (redundant) map timestamp increments from properly synchronized routines. (Changed: vm_map_entry_link, vm_map_entry_unlink, and vm_map_pageable.)
Micro-optimize vm_map_entry_link and vm_map_entry_unlink, eliminating unnecessary dereferences. At the same time, converted them from macros to inline functions. diff 99c81ca94d42910007c6e455580f248f9a16c22d Mon Mar 22 00:37:00 CET 1999 Alan Cox <alc@FreeBSD.org> Two changes:
Remove more (redundant) map timestamp increments from properly synchronized routines. (Changed: vm_map_entry_link, vm_map_entry_unlink, and vm_map_pageable.)
Micro-optimize vm_map_entry_link and vm_map_entry_unlink, eliminating unnecessary dereferences. At the same time, converted them from macros to inline functions.
|