Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dlofi.h284 list_t ls_comp_cache; /* cached decompressed segs */ member
/titanic_53/usr/src/uts/common/io/
H A Dlofi.c273 while ((lc = list_remove_head(&lsp->ls_comp_cache)) != NULL) { in lofi_free_comp_cache()
546 list_destroy(&lsp->ls_comp_cache); in lofi_destroy()
1126 for (lc = list_head(&lsp->ls_comp_cache); lc != NULL; in lofi_find_comp_data()
1127 lc = list_next(&lsp->ls_comp_cache, lc)) { in lofi_find_comp_data()
1136 list_remove(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
1137 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
1161 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
1186 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
1189 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
1192 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
[all …]