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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object.h101 #define MEMORY_OBJECT_COPY_DELAY 2 macro
H A Dmemory_object_types.h187 #define MEMORY_OBJECT_COPY_DELAY 2 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Ddevice_vm.c256 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_apple_protect.c241 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dmemory_object.c1111 case MEMORY_OBJECT_COPY_DELAY:
1293 copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dbsd_vm.c547 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_object.c2326 case MEMORY_OBJECT_COPY_DELAY:
2799 if (copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
2836 case MEMORY_OBJECT_COPY_DELAY:
4527 case MEMORY_OBJECT_COPY_DELAY:
H A Dvm_fault.c2389 if (object->copy_strategy == MEMORY_OBJECT_COPY_DELAY &&
2786 cur_object->copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
H A Dvm_user.c2202 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
2355 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_map.c2348 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
7635 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
10147 MEMORY_OBJECT_COPY_DELAY;
H A Dvm_pageout.c4854 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;

Completed in 183 milliseconds