Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dlofi.h259 uint32_t ls_comp_cache_count; member
/titanic_41/usr/src/uts/common/io/
H A Dlofi.c243 lsp->ls_comp_cache_count--; in lofi_free_comp_cache()
245 ASSERT(lsp->ls_comp_cache_count == 0); in lofi_free_comp_cache()
917 while (lsp->ls_comp_cache_count > lofi_max_comp_cache) { in lofi_add_comp_data()
922 lsp->ls_comp_cache_count--; in lofi_add_comp_data()
940 if (lsp->ls_comp_cache_count < lofi_max_comp_cache) { in lofi_add_comp_data()
944 lsp->ls_comp_cache_count++; in lofi_add_comp_data()