Searched refs:kpagecount_fd (Results 1 – 1 of 1) sorted by relevance
196 static int kpagecount_fd = -1; variable306 return kpagecount_fd < 0 ? pages : in kpagecount_read()307 do_u64_read(kpagecount_fd, PROC_KPAGECOUNT, in kpagecount_read()1342 kpagecount_fd = checked_open(PROC_KPAGECOUNT, O_RDONLY); in main()1378 close(kpagecount_fd); in main()