Searched refs:n_tests (Results 1 – 2 of 2) sorted by relevance
276 static void radeon_wait_pll_lock(struct drm_encoder *encoder, unsigned n_tests, in radeon_wait_pll_lock() argument289 for (i = 0; i < n_tests; i++) { in radeon_wait_pll_lock()
1683 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