Searched refs:gup_test (Results 1 – 8 of 8) sorted by relevance
| /linux/mm/ |
| H A D | gup_test.h | 7 #define GUP_FAST_BENCHMARK _IOWR('g', 1, struct gup_test) 8 #define PIN_FAST_BENCHMARK _IOWR('g', 2, struct gup_test) 9 #define PIN_LONGTERM_BENCHMARK _IOWR('g', 3, struct gup_test) 10 #define GUP_BASIC_TEST _IOWR('g', 4, struct gup_test) 11 #define PIN_BASIC_TEST _IOWR('g', 5, struct gup_test) 12 #define DUMP_USER_PAGES_TEST _IOWR('g', 6, struct gup_test) 21 struct gup_test { struct
|
| /linux/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 36 - gup_test 148 CATEGORY="gup_test" run_test ./gup_test \ 282 CATEGORY="gup_test" run_test ./gup_test -u -n 1 283 CATEGORY="gup_test" run_test ./gup_test -u -n -1 285 CATEGORY="gup_test" run_test ./gup_test -a -n 1 286 CATEGORY="gup_test" run_tes [all...] |
| H A D | gup_test.c | 14 #include <mm/gup_test.h> 24 #define GUP_TEST_FILE "/sys/kernel/debug/gup_test" 53 struct gup_test gup = *(struct gup_test *)data; in gup_thread() 94 struct gup_test gup = { 0 }; in main() 185 * ./gup_test -c 0 1 0x1001 in main()
|
| H A D | .gitignore | |
| H A D | Makefile | 8 LOCAL_HDRS += $(selfdir)/mm/local_config.h_gen $(top_srcdir)/mm/gup_test.h 61 TEST_GEN_FILES += gup_test
|
| H A D | hmm-tests.c | 42 #include <mm/gup_test.h> 1765 struct gup_test gup = { in TEST_F() 1781 * Test get user device pages through gup_test. Setting PIN_LONGTERM flag. in TEST_F() 1784 * This test makes use of gup_test module. Make sure GUP_TEST_CONFIG is added in TEST_F() 1798 gup_fd = open("/sys/kernel/debug/gup_test", O_RDWR); in TEST_F() 1800 SKIP(return, "Skipping test, could not find gup_test driver"); in TEST_F()
|
| /linux/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 231 tools/testing/selftests/mm/gup_test.c 235 * PIN_FAST_BENCHMARK (./gup_test -a) 236 * PIN_BASIC_TEST (./gup_test -b)
|
| /linux/ |
| H A D | MAINTAINERS | 17187 F: mm/gup_test.c 17188 F: mm/gup_test.h 17190 F: tools/testing/selftests/mm/gup_test.c
|