Searched refs:expected_results (Results 1 – 2 of 2) sorted by relevance
13 } expected_results[] __initconst = { variable29 total_msecs += expected_results[i].msec_to_sleep_before; in maximum_jiffies_at_index()44 for (i = 0; i < ARRAY_SIZE(expected_results); ++i) { in timings_test()45 if (expected_results[i].msec_to_sleep_before) in timings_test()46 msleep(expected_results[i].msec_to_sleep_before); in timings_test()52 expected_results[i].result) in timings_test()73 expected_results[i].result) in timings_test()
36 static __u32 expected_results[NR_RESULTS]; variable356 if (results[i] != expected_results[i]) { in check_results()373 printf("%u", expected_results[0]); in check_results()375 printf(", %u", expected_results[i]); in check_results()471 expected_results[DROP_ERR_INNER_MAP]++; in test_err_inner_map()477 expected_results[DROP_ERR_SKB_DATA]++; in test_err_skb_data()488 expected_results[DROP_ERR_SK_SELECT_REUSEPORT]++; in test_err_sk_select_port()499 expected_results[PASS]++; in test_pass()517 expected_results[PASS] += 2; in test_syncookie()703 memset(expected_results, 0, sizeof(expected_results)); in cleanup_per_test()[all …]
Completed in 7 milliseconds