Searched refs:MF_CLOSING (Results 1 – 4 of 4) sorted by relevance
437 map->map_mflags |= MF_CLOSING;439 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);606 map->map_mflags |= MF_CLOSING;608 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
502 map->map_mflags |= MF_CLOSING;504 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);648 bitset(MF_CLOSING, map->map_mflags) ||664 map->map_mflags |= MF_CLOSING;667 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1711 map->map_mflags |= MF_CLOSING;1713 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2360 map->map_mflags |= MF_CLOSING;2362 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);6578 mm->map_mflags |= MF_CLOSING;[all …]
1086 map.map_mflags |= MF_CLOSING;1088 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1247 #define MF_CLOSING 0x01000000 /* map is being closed */ macro