Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dlofi.c240 while ((lc = list_remove_head(&lsp->ls_comp_cache)) != NULL) { in lofi_free_comp_cache()
371 list_destroy(&lsp->ls_comp_cache); in lofi_destroy()
883 for (lc = list_head(&lsp->ls_comp_cache); lc != NULL; in lofi_find_comp_data()
884 lc = list_next(&lsp->ls_comp_cache, lc)) { in lofi_find_comp_data()
893 list_remove(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
894 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
918 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
943 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
946 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
949 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dlofi.h258 list_t ls_comp_cache; /* cached decompressed segs */ member