Searched refs:bytes_allocd (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1035 int bytes_allocd = 0; kbuf_alloc_2_sgl() local
1077 while (bytes_allocd < bytes) { kbuf_alloc_2_sgl()
1078 this_alloc = min(alloc_sz, bytes-bytes_allocd); kbuf_alloc_2_sgl()
1096 bytes_allocd += this_alloc; kbuf_alloc_2_sgl()
1108 if (bytes_allocd >= bytes) kbuf_alloc_2_sgl()

Completed in 60 milliseconds