Home
last modified time | relevance | path

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

/linux/mm/
H A Dgup_test.h13 #define PIN_LONGTERM_TEST_START _IOW('g', 7, struct pin_longterm_test) macro
/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c197 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test()
199 ksft_print_msg("PIN_LONGTERM_TEST_START failed (EINVAL)n"); in do_test()
209 ksft_print_msg("PIN_LONGTERM_TEST_START failed (%s)\n", in do_test()
H A Dcow.c692 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test_ro_pin()
698 ksft_perror("PIN_LONGTERM_TEST_START failed"); in do_test_ro_pin()
H A Duffd-unit-tests.c241 if (ioctl(args->gup_fd, PIN_LONGTERM_TEST_START, &test)) {