Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/vm/
Dgup_test.c27 static int gup_fd, repeats = 1; variable
61 if (ioctl(gup_fd, cmd, &gup)) in gup_thread()
75 if (ioctl(gup_fd, cmd, &gup)) { in gup_thread()
212 gup_fd = open(GUP_TEST_FILE, O_RDWR); in main()
213 if (gup_fd == -1) { in main()