Home
last modified time | relevance | path

Searched refs:data_idx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_efd_perf.c247 uint32_t data_idx = j * RTE_EFD_BURST_MAX + k; in timed_lookups_multi() local
248 if (result[k] != data[data_idx]) { in timed_lookups_multi()
254 keys[data_idx][a]); in timed_lookups_multi()
257 data[data_idx], result[k]); in timed_lookups_multi()
H A Dtest_member_perf.c297 uint32_t data_idx = j * BURST_SIZE + k; in timed_lookups_bulk() local
304 if (result[k] != data[type][data_idx]) in timed_lookups_bulk()
397 uint32_t data_idx = j * BURST_SIZE + k; in timed_lookups_multimatch_bulk() local
398 if (result[k][0] != data[type][data_idx]) in timed_lookups_multimatch_bulk()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c4544 int data_idx = multilist_get_random_index(data_ml); in arc_evict_type() local
4556 data_mls = multilist_sublist_lock(data_ml, data_idx); in arc_evict_type()