Searched refs:MAP_SW_IN (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.h363 #define MAP_SW_IN 1 /* map is swapped in; residence count > 0 */ macro
H A Dvm_map.c749 result->sw_state = MAP_SW_IN;
1047 if (map->sw_state == MAP_SW_IN)
1101 map->sw_state = MAP_SW_IN;
1125 assert(map->sw_state == MAP_SW_IN);
1163 assert(map->sw_state == MAP_SW_IN);

Completed in 39 milliseconds