Searched hist:"9917 e0104142fdc58067cb69f51313a448ac171d" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | diff 9917e0104142fdc58067cb69f51313a448ac171d Fri May 31 05:48:55 CEST 2002 Alan Cox <alc@FreeBSD.org> Further work on pushing Giant out of the vm_map layer and down into the vm_object layer: o Acquire and release Giant in vm_object_shadow() and vm_object_page_remove(). o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call to vm_object_page_remove(). o Remove the acquisition and release of Giant around vm_map_lookup()'s call to vm_object_shadow(). diff 9917e0104142fdc58067cb69f51313a448ac171d Fri May 31 05:48:55 CEST 2002 Alan Cox <alc@FreeBSD.org> Further work on pushing Giant out of the vm_map layer and down into the vm_object layer: o Acquire and release Giant in vm_object_shadow() and vm_object_page_remove(). o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call to vm_object_page_remove(). o Remove the acquisition and release of Giant around vm_map_lookup()'s call to vm_object_shadow().
|
H A D | vm_object.c | diff 9917e0104142fdc58067cb69f51313a448ac171d Fri May 31 05:48:55 CEST 2002 Alan Cox <alc@FreeBSD.org> Further work on pushing Giant out of the vm_map layer and down into the vm_object layer: o Acquire and release Giant in vm_object_shadow() and vm_object_page_remove(). o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call to vm_object_page_remove(). o Remove the acquisition and release of Giant around vm_map_lookup()'s call to vm_object_shadow(). diff 9917e0104142fdc58067cb69f51313a448ac171d Fri May 31 05:48:55 CEST 2002 Alan Cox <alc@FreeBSD.org> Further work on pushing Giant out of the vm_map layer and down into the vm_object layer: o Acquire and release Giant in vm_object_shadow() and vm_object_page_remove(). o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call to vm_object_page_remove(). o Remove the acquisition and release of Giant around vm_map_lookup()'s call to vm_object_shadow().
|