Searched refs:MF_CLOSING (Results 1 – 4 of 4) sorted by relevance
449 map->map_mflags |= MF_CLOSING;451 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);628 map->map_mflags |= MF_CLOSING;630 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
531 map->map_mflags |= MF_CLOSING;533 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);676 bitset(MF_CLOSING, map->map_mflags) ||692 map->map_mflags |= MF_CLOSING;695 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_OPENBOGUS|MF_CLOSING);1769 map->map_mflags |= MF_CLOSING;1771 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2417 map->map_mflags |= MF_CLOSING;2419 map->map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);2937 map->map_mflags |= MF_CLOSING;[all …]
1153 map.map_mflags |= MF_CLOSING;1155 map.map_mflags &= ~(MF_OPEN|MF_WRITABLE|MF_CLOSING);
1491 #define MF_CLOSING 0x01000000 /* map is being closed */ macro