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

/drivers/message/fusion/
H A Dmptctl.c1042 int bytes_allocd = 0; local
1084 while (bytes_allocd < bytes) {
1085 this_alloc = min(alloc_sz, bytes-bytes_allocd);
1103 bytes_allocd += this_alloc;
1115 if (bytes_allocd >= bytes)

Completed in 841 milliseconds