Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/vm/
Duserfaultfd.c99 static int huge_fd; variable
280 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()