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

/freebsd-11-stable/sys/dev/isci/
H A Disci.c193 void *unmap_buffer; local
237 sci_pool_get(controller->unmap_buffer_pool, unmap_buffer);
238 if (unmap_buffer == NULL)
240 contigfree(unmap_buffer, PAGE_SIZE, M_ISCI);

Completed in 92 milliseconds