Searched refs:KPAGECOUNT_BYTES (Results 1 – 1 of 1) sorted by relevance
45 static const int KPAGECOUNT_BYTES = 8; variable225 int64 index = pfn * KPAGECOUNT_BYTES; in ReadPageCount()230 int result = read(kpagecount_fd_, &kpagecount_value, KPAGECOUNT_BYTES); in ReadPageCount()231 if (result != KPAGECOUNT_BYTES) in ReadPageCount()