Searched refs:CFG_ALLOC_ENTRY_BATCH (Results 1 – 2 of 2) sorted by relevance
41 #define CFG_ALLOC_ENTRY_BATCH 16 macro112 CFG_ALLOC_ENTRY_BATCH)); in _add_entry()118 section->allocated_entries += CFG_ALLOC_ENTRY_BATCH; in _add_entry()297 cfg->sections[i].entries = calloc(CFG_ALLOC_ENTRY_BATCH, in rte_cfgfile_create()304 cfg->sections[i].allocated_entries = CFG_ALLOC_ENTRY_BATCH; in rte_cfgfile_create()
21 #define CFG_ALLOC_ENTRY_BATCH 16 macro