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

/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1036 int this_alloc; kbuf_alloc_2_sgl() local
1078 this_alloc = min(alloc_sz, bytes-bytes_allocd); kbuf_alloc_2_sgl()
1079 buflist[buflist_ent].len = this_alloc; kbuf_alloc_2_sgl()
1081 this_alloc, kbuf_alloc_2_sgl()
1096 bytes_allocd += this_alloc; kbuf_alloc_2_sgl()
1097 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); kbuf_alloc_2_sgl()
1099 buflist[buflist_ent].kptr, this_alloc, dir); kbuf_alloc_2_sgl()

Completed in 88 milliseconds