Searched refs:TWE_MALLOC_CLASS (Results 1 – 2 of 2) sorted by relevance
884 static MALLOC_DEFINE(TWE_MALLOC_CLASS, "twe_commands", "twe commands");891 tr = malloc(sizeof(struct twe_request), TWE_MALLOC_CLASS, M_WAITOK | M_ZERO); in twe_allocate_request()913 free(tr, TWE_MALLOC_CLASS); in twe_free_request()1072 tr->tr_data = malloc(tr->tr_length, TWE_MALLOC_CLASS, M_NOWAIT); in twe_map_request()1151 free(tr->tr_data, TWE_MALLOC_CLASS); in twe_unmap_request()
69 #define TWE_MALLOC_CLASS M_TWE macro