Home
last modified time | relevance | path

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

/src/sys/dev/isci/
H A Disci.c191 void *unmap_buffer; in isci_detach() local
235 sci_pool_get(controller->unmap_buffer_pool, unmap_buffer); in isci_detach()
236 if (unmap_buffer == NULL) in isci_detach()
238 free(unmap_buffer, M_ISCI); in isci_detach()