Searched refs:kpagecount_file (Results 1 – 1 of 1) sorted by relevance
1369 std::unique_ptr<File> kpagecount_file; in Init() local1371 !open_file("/proc/kpagecount", &kpagecount_file)) { in Init()1387 kpagecount_file_ = std::move(*kpagecount_file); in Init()1726 File& kpagecount_file, in IsPageDirty() argument1758 if (!GetPageFlagsOrCount(kpagecount_file, page_frame_number, /*out*/ page_count, error_msg)) { in IsPageDirty()