Home
last modified time | relevance | path

Searched refs:MEMORY_OBJECT_PERF_INFO_COUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/osfmk/mach/
H A Dmemory_object.h214 #define MEMORY_OBJECT_PERF_INFO_COUNT ((mach_msg_type_number_t) \ macro
H A Dmemory_object_types.h377 #define MEMORY_OBJECT_PERF_INFO_COUNT ((mach_msg_type_number_t) \ macro
/xnu-8020.121.3/osfmk/vm/
H A Dmemory_object.c1203 if (count != MEMORY_OBJECT_PERF_INFO_COUNT) { in memory_object_change_attributes()
1338 if (*count < MEMORY_OBJECT_PERF_INFO_COUNT) { in memory_object_get_attributes()
1347 *count = MEMORY_OBJECT_PERF_INFO_COUNT; in memory_object_get_attributes()