TW_OSLI_MALLOC_CLASS
kfree(req->data, TW_OSLI_MALLOC_CLASS);
req->data = kmalloc(req->length, TW_OSLI_MALLOC_CLASS,
kfree(req->data, TW_OSLI_MALLOC_CLASS);
kfree(req->data, TW_OSLI_MALLOC_CLASS);
sc->non_dma_mem = kmalloc(non_dma_mem_size, TW_OSLI_MALLOC_CLASS,
static MALLOC_DEFINE(TW_OSLI_MALLOC_CLASS, "twa_commands", "twa commands");
TW_OSLI_MAX_NUM_REQUESTS), TW_OSLI_MALLOC_CLASS,
kfree(sc->req_ctx_buf, TW_OSLI_MALLOC_CLASS);
kfree(sc->non_dma_mem, TW_OSLI_MALLOC_CLASS);
TW_OSLI_MALLOC_CLASS, M_WAITOK);