Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dpkey-helpers.h33 extern int test_nr;
75 test_nr, iteration_nr); \
Dprotection_keys.c52 int test_nr; variable
1790 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once()
1795 dprintf1("test %d preparing...\n", test_nr); in run_tests_once()
1799 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once()
1801 dprintf1("test %d starting...\n", test_nr); in run_tests_once()
1802 pkey_tests[test_nr](ptr, pkey); in run_tests_once()
1813 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()