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

/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object.h165 boolean_t temporary; member in struct:old_memory_object_behave_info
184 boolean_t temporary; member in struct:memory_object_attr_info
189 boolean_t temporary; member in struct:memory_object_behave_info
H A Dmemory_object_types.h274 boolean_t temporary; member in struct:old_memory_object_behave_info
321 boolean_t temporary; member in struct:memory_object_attr_info
326 boolean_t temporary; member in struct:memory_object_behave_info
/xnu-2782.1.97/osfmk/vm/
H A Dmemory_object.c925 * a temporary solution (until we figure out how to deal with
1105 boolean_t temporary,
1113 object, (may_cache&1)|((temporary&1)<1), copy_strategy, 0, 0);
1132 if (temporary)
1133 temporary = TRUE;
1144 object->temporary = temporary;
1180 boolean_t temporary; local
1193 temporary = object->temporary;
1101 vm_object_set_attributes_common( vm_object_t object, boolean_t may_cache, memory_object_copy_strategy_t copy_strategy, boolean_t temporary, __unused boolean_t silent_overwrite, boolean_t advisory_pageout) argument
[all...]
H A Dvm_debug.c240 cobject->temporary;
454 cobject->temporary;
H A Ddevice_vm.c263 attributes.temporary = TRUE;
H A Dvm_object.h165 * temporary object that
243 /* boolean_t */ temporary:1, /* Permanent objects may be member in struct:vm_object
346 * swapped out are temporary
H A Dvm_swapfile_pager.c243 attributes.temporary = TRUE;
H A Dvm_object.c173 * Other virtual memory objects are called "temporary",
191 * with these temporary virtual memory objects are only
683 vm_object_template.temporary = TRUE;
1741 if (!object->pageout && (!object->temporary || object->can_persist) &&
1983 } else if (((object->temporary && !object->can_persist) || (pager == MEMORY_OBJECT_NULL))) {
3178 * be temporary/internal.
4749 assert(object->temporary);
4846 assert(object->temporary);
5363 * is temporary and cachable.
7368 * Allocate a temporary V
[all...]
H A Dbsd_vm.c594 attributes.temporary = TRUE;
H A Dvm_apple_protect.c256 attributes.temporary = TRUE;

Completed in 64 milliseconds