Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dpkey-helpers.h31 extern int test_nr;
71 dprintf0("assert() at %s::%d test_nr: %d iteration: %d\n", \
73 test_nr, iteration_nr); \
H A Dprotection_keys.c51 int test_nr; variable
1522 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once()
1527 dprintf1("test %d preparing...\n", test_nr); in run_tests_once()
1531 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once()
1533 dprintf1("test %d starting...\n", test_nr); in run_tests_once()
1534 pkey_tests[test_nr](ptr, pkey); in run_tests_once()
1545 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dpkey-helpers.h33 extern int test_nr;
73 dprintf0("assert() at %s::%d test_nr: %d iteration: %d\n", \
75 test_nr, iteration_nr); \
H A Dprotection_keys.c52 int test_nr; variable
1713 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once()
1718 dprintf1("test %d preparing...\n", test_nr); in run_tests_once()
1722 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once()
1724 dprintf1("test %d starting...\n", test_nr); in run_tests_once()
1725 pkey_tests[test_nr](ptr, pkey); in run_tests_once()
1736 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()

Completed in 6 milliseconds