Searched refs:vm_copy_on_write_area (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/vm/
H A Dvm.cpp2595 vm_copy_on_write_area(VMCache* lowerCache, function
2600 TRACE(("vm_copy_on_write_area(cache = %p)\n", lowerCache));
2865 if (vm_copy_on_write_area(cache,
2867 panic("vm_copy_on_write_area() failed!\n");
2942 // vm_copy_on_write_area(), all areas of the cache) doesn't have any
2994 // vm_copy_on_write_area() does everything that's needed.
2996 status = vm_copy_on_write_area(cache, NULL);

Completed in 74 milliseconds