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

/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c1091 u_int invcount; local
1094 invcount = 0;
1100 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0);
1101 unmap[invcount].dev_bus_addr = 0;
1102 unmap[invcount].handle = reqlist->gnt_handles[i];
1104 invcount++;
1108 unmap, invcount);

Completed in 91 milliseconds