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

/linux-master/drivers/message/fusion/
H A Dmptctl.c1015 int this_alloc; local
1062 this_alloc = min(alloc_sz, bytes-bytes_allocd);
1063 buflist[buflist_ent].len = this_alloc;
1065 this_alloc,
1080 bytes_allocd += this_alloc;
1081 sgl->FlagsLength = (0x10000000|sgdir|this_alloc);
1084 this_alloc, dir);

Completed in 110 milliseconds