Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c276 static void radeon_wait_pll_lock(struct drm_encoder *encoder, unsigned n_tests, in radeon_wait_pll_lock() argument
289 for (i = 0; i < n_tests; i++) { in radeon_wait_pll_lock()
/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1683 static int uffd_count_tests(int n_tests, int n_mems, const char *test_filter)
1691 for (i = 0; i < n_tests; i++) {
1725 int n_tests = sizeof(uffd_tests) / sizeof(uffd_test_case_t); in main()
1753 for (i = 0; i < n_tests; i++) { in main()
1765 ksft_set_plan(uffd_count_tests(n_tests, n_mems, test_filter)); in main()
1772 for (i = 0; i < n_tests; i++) { in main()
1706 int n_tests = sizeof(uffd_tests) / sizeof(uffd_test_case_t); main() local