Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c41 #define CFG_ALLOC_ENTRY_BATCH 16 macro
112 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()
/f-stack/dpdk/examples/qos_sched/
H A Dcfg_file.c21 #define CFG_ALLOC_ENTRY_BATCH 16 macro