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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c114 static struct bofi_link bofi_link_array[BOFI_NLINKS], *bofi_link_freelist; variable in typeref:struct:
730 bofi_link_freelist = &bofi_link_array[BOFI_NLINKS - 1];
1798 lp = bofi_link_freelist;
1800 bofi_link_freelist = lp->link;
1870 lp->link = bofi_link_freelist;
1871 bofi_link_freelist = lp;
3206 lp = bofi_link_freelist;
3208 bofi_link_freelist = lp->link;
3257 lp->link = bofi_link_freelist;
3258 bofi_link_freelist
[all...]

Completed in 69 milliseconds