Searched refs:bytes_allocd (Results 1 – 1 of 1) sorted by relevance
1016 int bytes_allocd = 0; in kbuf_alloc_2_sgl() local1062 while (bytes_allocd < bytes) { in kbuf_alloc_2_sgl()1063 this_alloc = min(alloc_sz, bytes-bytes_allocd); in kbuf_alloc_2_sgl()1081 bytes_allocd += this_alloc; in kbuf_alloc_2_sgl()1093 if (bytes_allocd >= bytes) in kbuf_alloc_2_sgl()