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.c547 int ret, use_thp, migrate; in TEST_F() local
550 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
551 npages = ALIGN(use_thp ? TWOMEG : HMM_BUFFER_SIZE, in TEST_F()
571 if (use_thp) { in TEST_F()
2340 int ret, j, use_thp; in TEST_F() local
2343 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
2362 if (use_thp) in TEST_F()
2406 int ret, j, use_thp, dont_unmap, before; in TEST_F() local
2411 for (use_thp = 0; use_thp < 2; ++use_thp) { in TEST_F()
2435 if (use_thp) in TEST_F()
[all …]