Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dgup_test.h13 #define PIN_LONGTERM_TEST_START _IOW('g', 7, struct pin_longterm_test) macro
H A Dgup_test.c322 case PIN_LONGTERM_TEST_START: in pin_longterm_test_ioctl()
352 case PIN_LONGTERM_TEST_START: in gup_test_ioctl()
/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c159 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test()
H A Duffd-unit-tests.c278 if (ioctl(args->gup_fd, PIN_LONGTERM_TEST_START, &test)) { in pin_pages()
H A Dcow.c603 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_START, &args); in do_test_ro_pin()