Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/message/fusion/
Dmptctl.c1014 int bytes_allocd = 0; in kbuf_alloc_2_sgl() local
1061 while (bytes_allocd < bytes) { in kbuf_alloc_2_sgl()
1062 this_alloc = min(alloc_sz, bytes-bytes_allocd); in kbuf_alloc_2_sgl()
1080 bytes_allocd += this_alloc; in kbuf_alloc_2_sgl()
1093 if (bytes_allocd >= bytes) in kbuf_alloc_2_sgl()