Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sparc64/sparc64/
Diommu.c800 bus_size_t totsz, presz, currsz; in iommu_dvmamap_create() local
816 totsz = ulmin(IOMMU_SIZE_ROUNDUP(dt->dt_maxsize), IOMMU_MAX_PRE); in iommu_dvmamap_create()
817 error = iommu_dvma_valloc(dt, is, *mapp, totsz); in iommu_dvmamap_create()
826 for (i = 1; i < maxpre && totsz < IOMMU_MAX_PRE; i++) { in iommu_dvmamap_create()
827 currsz = round_io_page(ulmin(presz, IOMMU_MAX_PRE - totsz)); in iommu_dvmamap_create()
831 totsz += currsz; in iommu_dvmamap_create()
/freebsd-9-stable/sys/netinet/
Dsctp_usrreq.c155 int totsz, tmr_stopped = 0; in sctp_notify_mbuf() local
183 totsz = ip->ip_len; in sctp_notify_mbuf()
192 nxtsz = sctp_get_prev_mtu(totsz); in sctp_notify_mbuf()