Searched refs:MF_CLOSING (Results 1 – 4 of 4) sorted by relevance
435 map->map_mflags |= MF_CLOSING;437 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);604 map->map_mflags |= MF_CLOSING;606 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
511 map->map_mflags |= MF_CLOSING;513 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);657 bitset(MF_CLOSING, map->map_mflags) ||673 map->map_mflags |= MF_CLOSING;676 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1720 map->map_mflags |= MF_CLOSING;1722 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2369 map->map_mflags |= MF_CLOSING;2371 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);6590 mm->map_mflags |= MF_CLOSING;[all …]
1150 map.map_mflags |= MF_CLOSING;1152 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1335 #define MF_CLOSING 0x01000000 /* map is being closed */ macro