Searched refs:kpagecount_fd (Results 1 – 1 of 1) sorted by relevance
188 static int kpagecount_fd = -1; variable298 return kpagecount_fd < 0 ? pages : in kpagecount_read()299 do_u64_read(kpagecount_fd, PROC_KPAGECOUNT, in kpagecount_read()1349 kpagecount_fd = checked_open(PROC_KPAGECOUNT, O_RDONLY); in main()1390 close(kpagecount_fd); in main()