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

/freebsd-10-stable/sys/sparc64/sparc64/
H A Diommu.c800 bus_size_t totsz, presz, currsz; local
816 totsz = ulmin(IOMMU_SIZE_ROUNDUP(dt->dt_maxsize), IOMMU_MAX_PRE);
817 error = iommu_dvma_valloc(dt, is, *mapp, totsz);
826 for (i = 1; i < maxpre && totsz < IOMMU_MAX_PRE; i++) {
827 currsz = round_io_page(ulmin(presz, IOMMU_MAX_PRE - totsz));
831 totsz += currsz;
/freebsd-10-stable/sys/netinet/
H A Dsctp_usrreq.c154 int totsz, tmr_stopped = 0; local
182 totsz = ntohs(ip->ip_len);
191 nxtsz = sctp_get_prev_mtu(totsz);

Completed in 62 milliseconds