Searched refs:kpagecount_fd (Results 1 – 1 of 1) sorted by relevance
184 static int kpagecount_fd = -1; variable294 return kpagecount_fd < 0 ? pages : in kpagecount_read()295 do_u64_read(kpagecount_fd, PROC_KPAGECOUNT, in kpagecount_read()1330 kpagecount_fd = checked_open(PROC_KPAGECOUNT, O_RDONLY); in main()1366 close(kpagecount_fd); in main()