Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptctl.c1019 int this_alloc; in kbuf_alloc_2_sgl() local
1065 this_alloc = min(alloc_sz, bytes-bytes_allocd); in kbuf_alloc_2_sgl()
1066 buflist[buflist_ent].len = this_alloc; in kbuf_alloc_2_sgl()
1068 this_alloc, in kbuf_alloc_2_sgl()
1083 bytes_allocd += this_alloc; in kbuf_alloc_2_sgl()
1084 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()
1086 buflist[buflist_ent].kptr, this_alloc, dir); in kbuf_alloc_2_sgl()