Searched refs:huge_fd (Results 1 – 1 of 1) sorted by relevance
99 static int huge_fd; variable280 huge_fd, in hugetlb_allocate_area()290 huge_fd, in hugetlb_allocate_area()1847 huge_fd = open(argv[4], O_CREAT | O_RDWR, 0755); in main()1848 if (huge_fd < 0) in main()1850 if (ftruncate(huge_fd, 0)) in main()