freebsd-dev/sys/dev/ioat
Mark Johnston 96ad26eefb Remove free_domain() and uma_zfree_domain().
These functions were introduced before UMA started ensuring that freed
memory gets placed in domain-local caches.  They no longer serve any
purpose since UMA now provides their functionality by default.  Remove
them to simplyify the kernel memory allocator interfaces a bit.

Reviewed by:	cem, kib
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D25937
2020-08-04 13:58:36 +00:00
..
ioat_hw.h
ioat_internal.h
ioat_test.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ioat_test.h
ioat.c Remove free_domain() and uma_zfree_domain(). 2020-08-04 13:58:36 +00:00
ioat.h Add ioat_get_domain() to ioat(4) KPI. 2019-11-19 02:09:04 +00:00