Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_elem.c41 void *cur_page, *contig_seg_start, *page_end, *cur_seg_end; in malloc_elem_find_max_iova_contig() local
75 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig()
76 cur = RTE_PTR_DIFF(cur_seg_end, contig_seg_start) - in malloc_elem_find_max_iova_contig()
87 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig()
111 cur = RTE_PTR_DIFF(cur_seg_end, contig_seg_start); in malloc_elem_find_max_iova_contig()