Lines Matching full:in_to_space
382 IN_FROM_SPACE, // Mutually exclusive with IN_TO_SPACE.383 IN_TO_SPACE, // All pages in new space has one of these two set.414 (1 << IN_TO_SPACE);524 return (flags_ & ((1 << IN_FROM_SPACE) | (1 << IN_TO_SPACE))) != 0;528 return IsFlagSet(IN_TO_SPACE);