Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptctl.c1018 int bytes_allocd = 0; in kbuf_alloc_2_sgl() local
1064 while (bytes_allocd < bytes) { in kbuf_alloc_2_sgl()
1065 this_alloc = min(alloc_sz, bytes-bytes_allocd); in kbuf_alloc_2_sgl()
1083 bytes_allocd += this_alloc; in kbuf_alloc_2_sgl()
1095 if (bytes_allocd >= bytes) in kbuf_alloc_2_sgl()