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

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_ioctl.c115 vcc = uma_zalloc(sc->vcc_zone, M_NOWAIT | M_ZERO);
172 uma_zfree(sc->vcc_zone, vcc);
210 uma_zfree(sc->vcc_zone, vcc);
H A Dif_hatm.c454 if (sc->vcc_zone != NULL) {
457 uma_zfree(sc->vcc_zone, sc->vccs[cid]);
458 uma_zdestroy(sc->vcc_zone);
1908 if ((sc->vcc_zone = uma_zcreate("HE vccs", sizeof(struct hevcc),
2376 uma_zfree(sc->vcc_zone, sc->vccs[cid]);
H A Dif_hatmvar.h442 uma_zone_t vcc_zone; member in struct:hatm_softc
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_ioctl.c106 vcc = uma_zalloc(sc->vcc_zone, M_NOWAIT | M_ZERO);
186 uma_zfree(sc->vcc_zone, vcc);
285 uma_zfree(sc->vcc_zone, vcc);
H A Dif_patm_attach.c419 if ((sc->vcc_zone = uma_zcreate("PATM vccs", sizeof(struct patm_vcc),
516 uma_zfree(sc->vcc_zone, sc->vccs[i]);
519 if (sc->vcc_zone != NULL)
520 uma_zdestroy(sc->vcc_zone);
H A Dif_patmvar.h289 uma_zone_t vcc_zone; member in struct:patm_softc
H A Dif_patm.c298 uma_zfree(sc->vcc_zone, sc->vccs[i]);
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h234 uma_zone_t vcc_zone; /* allocator for VCCs */ member in struct:fatm_softc
H A Dif_fatm.c536 uma_zfree(sc->vcc_zone, sc->vccs[i]);
2203 uma_zfree(sc->vcc_zone, vc);
2249 vc = uma_zalloc(sc->vcc_zone, M_NOWAIT | M_ZERO);
2304 uma_zfree(sc->vcc_zone, vc);
2355 uma_zfree(sc->vcc_zone, vc);
2575 uma_zfree(sc->vcc_zone, sc->vccs[i]);
2580 if (sc->vcc_zone != NULL)
2581 uma_zdestroy(sc->vcc_zone);
2980 sc->vcc_zone = uma_zcreate("FATM vccs", sizeof(struct card_vcc),
2982 if (sc->vcc_zone
[all...]

Completed in 143 milliseconds