Home
last modified time | relevance | path

Searched refs:read_cnt (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite.c299 uint64_t read_cnt = (uint64_t)((uintptr_t)arg); in test_rw_reader() local
302 for (i = 0; i < read_cnt; i++) { in test_rw_reader()
362 uint64_t i, read_cnt; in test_hash_readwrite_perf() local
396 read_cnt = TOTAL_INSERT / 10; in test_hash_readwrite_perf()
399 read_cnt = TOTAL_INSERT / 2; in test_hash_readwrite_perf()
419 for (i = 0; i < read_cnt; i++) { in test_hash_readwrite_perf()
468 (void *)(uintptr_t)read_cnt, in test_hash_readwrite_perf()
526 (void *)(uintptr_t)read_cnt, in test_hash_readwrite_perf()
531 (void *)(uintptr_t)read_cnt, in test_hash_readwrite_perf()
H A Dtest_hash_readwrite_lf_perf.c571 uint32_t read_cnt; in test_rwc_reader() local
579 read_cnt = tbl_rwc_test_param.count_keys_absent; in test_rwc_reader()
582 read_cnt = tbl_rwc_test_param.count_keys_no_ks; in test_rwc_reader()
585 read_cnt = tbl_rwc_test_param.count_keys_shift_path; in test_rwc_reader()
588 read_cnt = tbl_rwc_test_param.count_keys_extbkt; in test_rwc_reader()
591 read_cnt = tbl_rwc_test_param.count_keys_non_shift_path; in test_rwc_reader()
594 extra_keys = read_cnt & (BULK_LOOKUP_SIZE - 1); in test_rwc_reader()
599 for (i = 0; i < (read_cnt - extra_keys); in test_rwc_reader()
637 for (i = 0; i < read_cnt; i++) { in test_rwc_reader()
655 __atomic_fetch_add(&greads, read_cnt*loop_cnt, __ATOMIC_RELAXED); in test_rwc_reader()