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

/freebsd-12-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c60 static MALLOC_DEFINE(TW_OSLI_MALLOC_CLASS, "twa_commands", "twa commands");
540 if ((sc->non_dma_mem = malloc(non_dma_mem_size, TW_OSLI_MALLOC_CLASS,
689 TW_OSLI_MALLOC_CLASS, M_WAITOK)) == NULL) {
765 free(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS);
768 free(sc->non_dma_mem, TW_OSLI_MALLOC_CLASS);
1006 TW_OSLI_MALLOC_CLASS, M_WAITOK)) == NULL) {
1133 free(req->data, TW_OSLI_MALLOC_CLASS);
1435 req->data = malloc(req->length, TW_OSLI_MALLOC_CLASS,
1505 free(req->data, TW_OSLI_MALLOC_CLASS);
1601 free(req->data, TW_OSLI_MALLOC_CLASS);
[all...]
H A Dtw_osl.h54 #define TW_OSLI_MALLOC_CLASS M_TWA macro

Completed in 102 milliseconds