Searched refs:newlen (Results 1 – 2 of 2) sorted by relevance
65 int newlen = len; in _strip() local71 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()
1925 int n_orig, n_new, newlen, ret = 0; in container_dma_unmap() local1991 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()