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

/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c1011 u_int invcount; local
1014 invcount = 0;
1019 unmap[invcount].host_addr = xbb_get_gntaddr(reqlist, i, 0);
1020 unmap[invcount].dev_bus_addr = 0;
1021 unmap[invcount].handle = reqlist->gnt_handles[i];
1023 invcount++;
1027 unmap, invcount);

Completed in 64 milliseconds