Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c548 int ret, use_thp, migrate; in TEST_F() local
551 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
552 npages = ALIGN(use_thp ? read_pmd_pagesize() : HMM_BUFFER_SIZE, in TEST_F()
572 if (use_thp) { in TEST_F()
2339 int ret, j, use_thp; in TEST_F() local
2342 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
2361 if (use_thp) in TEST_F()
2405 int ret, j, use_thp, dont_unmap, before; in TEST_F() local
2410 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
2434 if (use_thp) in TEST_F()
[all …]