Searched defs:MAX_ALLOCATIONS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c152 #define MAX_ALLOCATIONS 10 macro
153 static ddi_dma_handle_t xpv_dma_handle[MAX_ALLOCATIONS];
154 static ddi_acc_handle_t xpv_dma_acchandle[MAX_ALLOCATIONS];
164 ASSERT(xen_alloc_cnt < MAX_ALLOCATIONS);

Completed in 81 milliseconds