Home
last modified time | relevance | path

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

/linux/mm/
H A Dgup_test.h14 #define PIN_LONGTERM_TEST_STOP _IO('g', 8) macro
H A Dgup_test.c325 case PIN_LONGTERM_TEST_STOP: in pin_longterm_test_ioctl()
353 case PIN_LONGTERM_TEST_STOP: in gup_test_ioctl()
/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c178 if (ioctl(gup_fd, PIN_LONGTERM_TEST_STOP)) in do_test()
179 ksft_print_msg("[INFO] PIN_LONGTERM_TEST_STOP failed\n"); in do_test()
H A Duffd-unit-tests.c296 if (ioctl(args->gup_fd, PIN_LONGTERM_TEST_STOP)) in unpin_pages()
H A Dcow.c685 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_STOP);
687 ksft_print_msg("[INFO] PIN_LONGTERM_TEST_STOP failed\n"); in test_ro_fast_pin_on_shared()