Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dgup_test.h15 #define PIN_LONGTERM_TEST_READ _IOW('g', 9, __u64) macro
H A Dgup_test.c329 case PIN_LONGTERM_TEST_READ: in pin_longterm_test_ioctl()
354 case PIN_LONGTERM_TEST_READ: in gup_test_ioctl()
/openbmc/linux/tools/testing/selftests/mm/
H A Dcow.c620 ret = ioctl(gup_fd, PIN_LONGTERM_TEST_READ, &tmp_val); in do_test_ro_pin()