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

/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.h373 #define MAP_SW_IN 1 /* map is swapped in; residence count > 0 */ macro
H A Dvm_map.c759 result->sw_state = MAP_SW_IN;
1057 if (map->sw_state == MAP_SW_IN)
1111 map->sw_state = MAP_SW_IN;
1135 assert(map->sw_state == MAP_SW_IN);
1173 assert(map->sw_state == MAP_SW_IN);

Completed in 91 milliseconds