Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c289 while ((lc = list_remove_head(&lsp->ls_comp_cache)) != NULL) { in lofi_free_comp_cache()
598 list_destroy(&lsp->ls_comp_cache); in lofi_destroy()
1195 for (lc = list_head(&lsp->ls_comp_cache); lc != NULL; in lofi_find_comp_data()
1196 lc = list_next(&lsp->ls_comp_cache, lc)) { in lofi_find_comp_data()
1205 list_remove(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
1206 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_find_comp_data()
1230 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
1255 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
1258 lc = list_remove_tail(&lsp->ls_comp_cache); in lofi_add_comp_data()
1261 list_insert_head(&lsp->ls_comp_cache, lc); in lofi_add_comp_data()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dlofi.h296 list_t ls_comp_cache; /* cached decompressed segs */ member