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

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c58 static MALLOC_DEFINE(TW_OSLI_MALLOC_CLASS, "twa_commands", "twa commands");
523 if ((sc->non_dma_mem = malloc(non_dma_mem_size, TW_OSLI_MALLOC_CLASS,
671 TW_OSLI_MALLOC_CLASS, M_WAITOK)) == NULL) {
745 free(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS);
748 free(sc->non_dma_mem, TW_OSLI_MALLOC_CLASS);
975 TW_OSLI_MALLOC_CLASS, M_WAITOK)) == NULL) {
1102 free(req->data, TW_OSLI_MALLOC_CLASS);
1393 req->data = malloc(req->length, TW_OSLI_MALLOC_CLASS,
1463 free(req->data, TW_OSLI_MALLOC_CLASS);
1557 free(req->data, TW_OSLI_MALLOC_CLASS);
[all...]
H A Dtw_osl.h50 #define TW_OSLI_MALLOC_CLASS M_TWA macro

Completed in 94 milliseconds