Home
last modified time | relevance | path

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

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