Home
last modified time | relevance | path

Searched refs:expected_count (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-fpa.c137 int expected_count = cvmx_fpa_pool_info[pool].starting_element_count; in cvmx_fpa_shutdown_pool() local
139 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()
/f-stack/dpdk/app/test/
H A Dtest_timer_secondary.c33 volatile int expected_count; member
165 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()
H A Dtest_table_pipeline.c405 test_pipeline_single_filter(int test_type, int expected_count) in test_pipeline_single_filter() argument
487 if (tx_count != expected_count) { in test_pipeline_single_filter()
491 expected_count, tx_count); in test_pipeline_single_filter()
H A Dtest_table_acl.c641 test_pipeline_single_filter(int expected_count) in test_pipeline_single_filter() argument
702 if (tx_count != expected_count) { in test_pipeline_single_filter()
706 __func__, expected_count, tx_count); in test_pipeline_single_filter()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dprocfs_list_basic.ksh50 typeset expected_count=$1
52 log_must eval "[[ $count -eq $expected_count ]]"
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h39069 uint64_t expected_count; member