Searched refs:expected_count (Results 1 – 6 of 6) sorted by relevance
137 int expected_count = cvmx_fpa_pool_info[pool].starting_element_count; in cvmx_fpa_shutdown_pool() local139 uint64_t finish = base + cvmx_fpa_pool_info[pool].size * expected_count; in cvmx_fpa_shutdown_pool()163 if (count < expected_count) in cvmx_fpa_shutdown_pool()166 cvmx_fpa_pool_info[pool].name, (int)pool, expected_count - count); in cvmx_fpa_shutdown_pool()168 else if (count > expected_count) in cvmx_fpa_shutdown_pool()171 cvmx_fpa_pool_info[pool].name, (int)pool, count - expected_count); in cvmx_fpa_shutdown_pool()181 return expected_count - count; in cvmx_fpa_shutdown_pool()
33 volatile int expected_count; member165 return test_info->expected_count == test_info->expired_count ? in test_timer_secondary()194 test_info->expected_count++; in test_timer_secondary()203 test_info->expected_count--; in test_timer_secondary()
405 test_pipeline_single_filter(int test_type, int expected_count) in test_pipeline_single_filter() argument487 if (tx_count != expected_count) { in test_pipeline_single_filter()491 expected_count, tx_count); in test_pipeline_single_filter()
641 test_pipeline_single_filter(int expected_count) in test_pipeline_single_filter() argument702 if (tx_count != expected_count) { in test_pipeline_single_filter()706 __func__, expected_count, tx_count); in test_pipeline_single_filter()
50 typeset expected_count=$152 log_must eval "[[ $count -eq $expected_count ]]"
39069 uint64_t expected_count; member