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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object.h101 #define MEMORY_OBJECT_COPY_DELAY 2 macro
H A Dmemory_object_types.h199 #define MEMORY_OBJECT_COPY_DELAY 2 macro
/darwin-on-arm/xnu/osfmk/vm/
H A Ddevice_vm.c259 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_apple_protect.c252 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_swapfile_pager.c240 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dmemory_object.c1117 case MEMORY_OBJECT_COPY_DELAY:
1299 copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dbsd_vm.c589 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_fault.c2914 if (object->copy_strategy == MEMORY_OBJECT_COPY_DELAY &&
3437 cur_object->copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
H A Dvm_user.c2362 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
2504 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_object.c3311 case MEMORY_OBJECT_COPY_DELAY:
3786 if (copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
3823 case MEMORY_OBJECT_COPY_DELAY:
H A Dvm_map.c2493 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
8365 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
11223 MEMORY_OBJECT_COPY_DELAY;
H A Dvm_pageout.c6055 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;

Completed in 195 milliseconds