Home
last modified time | relevance | path

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

/dpdk/lib/cfgfile/
H A Drte_cfgfile.c65 int newlen = len; in _strip() local
71 while (newlen > 0 && isspace(str[newlen - 1])) in _strip()
72 str[--newlen] = '\0'; in _strip()
78 while (isspace(str[start]) && start < newlen) in _strip()
81 newlen -= start; in _strip()
82 for (i = 0; i < newlen; i++) in _strip()
86 return newlen; in _strip()
/dpdk/lib/eal/linux/
H A Deal_vfio.c1925 int n_orig, n_new, newlen, ret = 0; in container_dma_unmap() local
1991 newlen = (user_mem_maps->n_maps - n_orig) + n_new; in container_dma_unmap()
1992 if (newlen >= VFIO_MAX_USER_MEM_MAPS) { in container_dma_unmap()