Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c81 static int huge_fd; variable
157 if (fallocate(huge_fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in hugetlb_release_pages()
176 huge_fd, *alloc_area == area_src ? 0 : in hugetlb_allocate_area()
186 huge_fd, *alloc_area == area_src ? 0 : in hugetlb_allocate_area()
1321 huge_fd = open(argv[4], O_CREAT | O_RDWR, 0755); in main()
1322 if (huge_fd < 0) { in main()
1327 if (ftruncate(huge_fd, 0)) { in main()