Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h297 uint32_t ls_comp_cache_count; member
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c292 lsp->ls_comp_cache_count--; in lofi_free_comp_cache()
294 ASSERT(lsp->ls_comp_cache_count == 0); in lofi_free_comp_cache()
1229 while (lsp->ls_comp_cache_count > lofi_max_comp_cache) { in lofi_add_comp_data()
1234 lsp->ls_comp_cache_count--; in lofi_add_comp_data()
1252 if (lsp->ls_comp_cache_count < lofi_max_comp_cache) { in lofi_add_comp_data()
1256 lsp->ls_comp_cache_count++; in lofi_add_comp_data()