Searched refs:total_len (Results 1 – 1 of 1) sorted by relevance
42 int total_len = 0, len = 0; in alloc_region_mem() local48 if (total_len < max_len) in alloc_region_mem()49 r->buf = &buf[total_len]; in alloc_region_mem()52 total_len += len; in alloc_region_mem()55 if (total_len > max_len) { in alloc_region_mem()57 __func__, max_len, rgns[0].start, total_len); in alloc_region_mem()61 return total_len; in alloc_region_mem()