Searched refs:start_scans (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dksm_functional_tests.c134 long start_scans, end_scans; local
137 start_scans = ksm_get_full_scans();
138 if (start_scans < 0)
139 return start_scans;
146 } while (end_scans < start_scans + 2);

Completed in 125 milliseconds