Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/twe/
HDtwe_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); 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()
HDtwe_compat.h69 #define TWE_MALLOC_CLASS M_TWE macro