Home
last modified time | relevance | path

Searched refs:may_cache (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dmemory_object.c1036 boolean_t may_cache, in vm_object_set_attributes_common() argument
1058 if (may_cache) { in vm_object_set_attributes_common()
1059 may_cache = TRUE; in vm_object_set_attributes_common()
1070 VM_OBJECT_SET_CAN_PERSIST(object, may_cache); in vm_object_set_attributes_common()
1105 boolean_t may_cache; in memory_object_change_attributes() local
1116 may_cache = object->can_persist; in memory_object_change_attributes()
1168 may_cache = perf->may_cache; in memory_object_change_attributes()
1184 may_cache = attr->may_cache; in memory_object_change_attributes()
1202 may_cache = attr->may_cache_object; in memory_object_change_attributes()
1225 may_cache, in memory_object_change_attributes()
/xnu-11215/osfmk/mach/
H A Dmemory_object_types.h326 boolean_t may_cache; member
362 boolean_t may_cache; member