opnsense-src/sys/dev/nvme
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
..
nvme.c Fix various Coverity-detected errors in nvme driver 2020-05-02 20:47:58 +00:00
nvme.h Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00
nvme_ahci.c Make nvme(4) driver some more NUMA aware. 2019-09-23 17:53:47 +00:00
nvme_ctrlr.c Fix few panics on NVMe's timing out initialization requests. 2020-06-25 20:29:29 +00:00
nvme_ctrlr_cmd.c Add Host Memory Buffer support to nvme(4). 2020-01-07 21:17:11 +00:00
nvme_ns.c Fix various Coverity-detected errors in nvme driver 2020-05-02 20:47:58 +00:00
nvme_ns_cmd.c Add a brief comment explaining why we can return ETIMEDOUT from the call to the 2019-09-02 17:10:46 +00:00
nvme_pci.c Fix various Coverity-detected errors in nvme driver 2020-05-02 20:47:58 +00:00
nvme_private.h Make polled request timeout less invasive. 2020-06-18 19:16:03 +00:00
nvme_qpair.c Remove free_domain() and uma_zfree_domain(). 2020-08-04 13:58:36 +00:00
nvme_sim.c Rename ns notification function... 2020-05-01 21:24:15 +00:00
nvme_sysctl.c Fix various Coverity-detected errors in nvme driver 2020-05-02 20:47:58 +00:00
nvme_test.c Fix various Coverity-detected errors in nvme driver 2020-05-02 20:47:58 +00:00
nvme_util.c