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

/freebsd-10-stable/sys/dev/twe/
H A Dtwe_compat.h69 #define TWE_MALLOC_CLASS M_TWE macro
H A Dtwe_freebsd.c884 static MALLOC_DEFINE(TWE_MALLOC_CLASS, "twe_commands", "twe commands");
891 tr = malloc(sizeof(struct twe_request), TWE_MALLOC_CLASS, M_WAITOK | M_ZERO);
913 free(tr, TWE_MALLOC_CLASS);
1073 tr->tr_data = malloc(tr->tr_length, TWE_MALLOC_CLASS, M_NOWAIT);
1152 free(tr->tr_data, TWE_MALLOC_CLASS);

Completed in 153 milliseconds