Searched refs:MINCORE_INCORE (Results 1 – 4 of 4) sorted by relevance
102 static constexpr PageState kIncoreMask = MINCORE_INCORE; in IsMapped()
127 resident_page_count += vec[i] & MINCORE_INCORE ? 1 : 0; in CountResidentBytes()
789 pub const MINCORE_INCORE: ::c_int = 0x1; constant
2098 pub const MINCORE_INCORE: ::c_int = 0x1; constant