Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dgup_test.c26 static unsigned long cmd = GUP_FAST_BENCHMARK;
35 case GUP_FAST_BENCHMARK: in cmd_to_str()
57 if ((cmd == PIN_FAST_BENCHMARK) || (cmd == GUP_FAST_BENCHMARK) || in gup_thread()
153 cmd = GUP_FAST_BENCHMARK; in main()
Dhmm-tests.c1947 GUP_FAST_BENCHMARK, 1, self->page_size, 0), 0); in TEST_F()
/linux-6.12.1/mm/
Dgup_test.c16 case GUP_FAST_BENCHMARK: in put_back_pages()
109 cmd != GUP_FAST_BENCHMARK && cmd != PIN_FAST_BENCHMARK; in __gup_test_ioctl()
138 case GUP_FAST_BENCHMARK: in __gup_test_ioctl()
345 case GUP_FAST_BENCHMARK: in gup_test_ioctl()
Dgup_test.h7 #define GUP_FAST_BENCHMARK _IOWR('g', 1, struct gup_test) macro