Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3349 int maxrnumber = 0; in bofi_dma_allochdl() local
3418 if (xhp->rnumber >= maxrnumber) { in bofi_dma_allochdl()
3420 maxrnumber = INT_MAX; in bofi_dma_allochdl()
3422 maxrnumber = xhp->rnumber + 1; in bofi_dma_allochdl()
3424 hp->rnumber = maxrnumber; in bofi_dma_allochdl()