Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_memalloc.c289 struct rte_memseg_list *found_msl; in free_seg_walk() local
305 found_msl = &mcfg->memsegs[msl_idx]; in free_seg_walk()
306 found_msl->version++; in free_seg_walk()
308 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c930 struct rte_memseg_list *found_msl; in free_seg_walk() local
948 found_msl = &mcfg->memsegs[msl_idx]; in free_seg_walk()
974 found_msl->version++; in free_seg_walk()
976 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk()
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c116 struct rte_memseg_list *found_msl; in malloc_add_seg() local
136 found_msl = &mcfg->memsegs[msl_idx]; in malloc_add_seg()
138 malloc_heap_add_memory(heap, found_msl, ms->addr, len); in malloc_add_seg()