Lines Matching defs:swz

773 	struct sw_zone_info *swz, *safe_swz;
816 swz = &s->sw_zone_info[0];
818 for (i = 0; i < SW_ZONE_SIZES; i++, swz++) {
821 swz->size = sw_buf_sizes[i];
822 swz->zone = m_getzone(swz->size);
823 swz->type = m_gettype(swz->size);
825 if (swz->size < PAGE_SIZE) {
826 MPASS(powerof2(swz->size));
827 if (fl_pad && (swz->size % sp->pad_boundary != 0))
831 if (swz->size == safest_rx_cluster)
832 safe_swz = swz;
836 if (hwb->zidx != -1 || hwb->size > swz->size)
866 swz->head_hwidx = head;
867 swz->tail_hwidx = tail;
871 if (swz->size - s->hw_buf_info[tail].size >=
1734 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx];
1736 return ((struct cluster_metadata *)(cl + swz->size) - 1);
1768 struct sw_zone_info *swz = &sc->sge.sw_zone_info[cll->zidx];
1822 swz->zone, sd->cl);
1840 rxb_free, swz->zone, sd->cl);
1844 m_cljset(m, sd->cl, swz->type);
3934 struct sw_zone_info *swz;
3953 swz = &sc->sge.sw_zone_info[cll->zidx];
3993 cl = uma_zalloc(swz->zone, M_NOWAIT);
4001 swz = &sc->sge.sw_zone_info[cll->zidx];
4981 struct sw_zone_info *swz;
4995 swz = &sc->sge.sw_zone_info[0];
4997 for (zidx = 0; zidx < SW_ZONE_SIZES; zidx++, swz++) {
4998 if (swz->size > largest_rx_cluster) {
5011 for (idx = swz->head_hwidx; idx != -1; idx = hwb->next) {
5013 spare = swz->size - hwb->size;
5023 if (swz->size >= safest_rx_cluster)
5034 swz = &sc->sge.sw_zone_info[zidx];
5036 region3 = swz->size - hwb->size;
5045 spare = swz->size - hwb->size;
5111 struct sw_zone_info *swz;
5120 swz = &s->sw_zone_info[hwb->zidx];
5121 spare = swz->size - hwb->size;
5138 swz = &s->sw_zone_info[hwb->zidx];
5139 spare = swz->size - hwb->size;
5309 struct sw_zone_info *swz = &s->sw_zone_info[0];
5316 if (hwb->zidx >= 0 && swz[hwb->zidx].size <= largest_rx_cluster)