Lines Matching refs:BURST_SIZE
25 #define BURST_SIZE 64 macro
275 member_set_t result[BURST_SIZE] = {0}; in timed_lookups_bulk()
276 const void *keys_burst[BURST_SIZE]; in timed_lookups_bulk()
284 for (j = 0; j < KEYS_TO_ADD / BURST_SIZE; j++) { in timed_lookups_bulk()
285 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_bulk()
286 keys_burst[k] = keys[j * BURST_SIZE + k]; in timed_lookups_bulk()
290 BURST_SIZE, in timed_lookups_bulk()
296 for (k = 0; k < BURST_SIZE; k++) { in timed_lookups_bulk()
297 uint32_t data_idx = j * BURST_SIZE + k; in timed_lookups_bulk()
362 member_set_t result[BURST_SIZE][RTE_MEMBER_BUCKET_ENTRIES] = {{0} }; in timed_lookups_multimatch_bulk()
363 const void *keys_burst[BURST_SIZE]; in timed_lookups_multimatch_bulk()
364 uint32_t match_count[BURST_SIZE]; in timed_lookups_multimatch_bulk()
372 for (j = 0; j < KEYS_TO_ADD / BURST_SIZE; j++) { in timed_lookups_multimatch_bulk()
373 for (k = 0; k < BURST_SIZE; k++) in timed_lookups_multimatch_bulk()
374 keys_burst[k] = keys[j * BURST_SIZE + k]; in timed_lookups_multimatch_bulk()
378 keys_burst, BURST_SIZE, in timed_lookups_multimatch_bulk()
386 for (k = 0; k < BURST_SIZE; k++) { in timed_lookups_multimatch_bulk()
397 uint32_t data_idx = j * BURST_SIZE + k; in timed_lookups_multimatch_bulk()