Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dbofi.c114 static struct bofi_link bofi_link_array[BOFI_NLINKS], *bofi_link_freelist; variable
730 bofi_link_freelist = &bofi_link_array[BOFI_NLINKS - 1]; in bofi_attach()
1798 lp = bofi_link_freelist; in bofi_errdef_alloc()
1800 bofi_link_freelist = lp->link; in bofi_errdef_alloc()
1870 lp->link = bofi_link_freelist; in bofi_errdef_free()
1871 bofi_link_freelist = lp; in bofi_errdef_free()
3206 lp = bofi_link_freelist; in bofi_map()
3208 bofi_link_freelist = lp->link; in bofi_map()
3257 lp->link = bofi_link_freelist; in bofi_map()
3258 bofi_link_freelist = lp; in bofi_map()
[all …]