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

/freebsd-13-stable/sys/dev/twe/
H A Dtwe_compat.h71 #define TWE_MALLOC_CLASS M_TWE macro
H A Dtwe_freebsd.c886 static MALLOC_DEFINE(TWE_MALLOC_CLASS, "twe_commands", "twe commands");
893 tr = malloc(sizeof(struct twe_request), TWE_MALLOC_CLASS, M_WAITOK | M_ZERO);
915 free(tr, TWE_MALLOC_CLASS);
1074 tr->tr_data = malloc(tr->tr_length, TWE_MALLOC_CLASS, M_NOWAIT);
1153 free(tr->tr_data, TWE_MALLOC_CLASS);

Completed in 46 milliseconds