Home
last modified time | relevance | path

Searched refs:huge_fd (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/selftests/vm/
Duserfaultfd.c84 static int huge_fd; variable
198 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in hugetlb_release_pages()
217 huge_fd, *alloc_area == area_src ? 0 : in hugetlb_allocate_area()
227 huge_fd, *alloc_area == area_src ? 0 : in hugetlb_allocate_area()
1529 huge_fd = open(argv[4], O_CREAT | O_RDWR, 0755); in main()
1530 if (huge_fd < 0) { in main()
1535 if (ftruncate(huge_fd, 0)) { in main()