Lines Matching refs:retry_count
394 int retry_count = 1s / 5000us; in TEST_P() local
395 while (retry_count--) { in TEST_P()
403 ASSERT_GT(retry_count, 0); in TEST_P()
412 retry_count = 1s / 5000us; in TEST_P()
413 while (retry_count--) { in TEST_P()
421 ASSERT_GT(retry_count, 0); in TEST_P()
448 int retry_count = 1s / 5000us; in TEST_P() local
449 while (retry_count--) { in TEST_P()
457 ASSERT_GT(retry_count, 0); in TEST_P()
466 retry_count = 1s / 5000us; in TEST_P()
467 while (retry_count--) { in TEST_P()
476 ASSERT_GT(retry_count, 0); in TEST_P()