Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h54 #define BOFI_NLINKS 8192 macro
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c117 static struct bofi_link bofi_link_array[BOFI_NLINKS], *bofi_link_freelist;
731 for (i = 1; i < BOFI_NLINKS; i++) in bofi_attach()
733 bofi_link_freelist = &bofi_link_array[BOFI_NLINKS - 1]; in bofi_attach()