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

/freebsd-13-stable/sys/dev/ioat/
H A Dioat_internal.h121 MALLOC_DECLARE(M_IOAT); variable
H A Dioat.c116 MALLOC_DEFINE(M_IOAT, "ioat", "ioat driver memory allocations");
600 ioat->ring = malloc_domainset(num_descriptors * sizeof(*ring), M_IOAT,
1581 free(ring, M_IOAT);

Completed in 90 milliseconds