Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c26 int allocated_sections; member
294 cfg->allocated_sections = CFG_ALLOC_SECTION_BATCH; in rte_cfgfile_create()
313 for (i = 0; i < cfg->allocated_sections; i++) { in rte_cfgfile_create()
338 if (cfg->num_sections == cfg->allocated_sections) { in rte_cfgfile_add_section()
343 ((cfg->allocated_sections) + in rte_cfgfile_add_section()
350 n_sections[i + cfg->allocated_sections].num_entries = 0; in rte_cfgfile_add_section()
352 cfg->allocated_sections].allocated_entries = 0; in rte_cfgfile_add_section()
353 n_sections[i + cfg->allocated_sections].entries = NULL; in rte_cfgfile_add_section()
356 cfg->allocated_sections += CFG_ALLOC_SECTION_BATCH; in rte_cfgfile_add_section()
451 for (i = 0; i < cfg->allocated_sections; i++) { in rte_cfgfile_close()