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

/freebsd-current/sys/dev/pst/
H A Dpst-iop.c57 MALLOC_DEFINE(M_PSTIOP, "PSTIOP", "Promise SuperTrak IOP driver");
87 M_PSTIOP, M_NOWAIT | M_ZERO))) {
95 free(sc->iop_delayed_attach, M_PSTIOP);
109 free(sc->iop_delayed_attach, M_PSTIOP);
139 contigfree(reply, PAGE_SIZE, M_PSTIOP);
244 M_PSTIOP, M_NOWAIT,
299 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO,
320 contigfree(reply, ALLOCSIZE, M_PSTIOP);
324 M_PSTIOP, M_NOWAIT | M_ZERO))) {
325 contigfree(reply, ALLOCSIZE, M_PSTIOP);
[all...]
H A Dpst-raid.c129 contigfree(reply, PAGE_SIZE, M_PSTIOP);
133 contigfree(reply, PAGE_SIZE, M_PSTIOP);
151 contigfree(reply, PAGE_SIZE, M_PSTIOP);
H A Dpst-iop.h32 MALLOC_DECLARE(M_PSTIOP); variable

Completed in 120 milliseconds