Lines Matching refs:lofi_comp_cache
287 struct lofi_comp_cache *lc; in lofi_free_comp_cache()
291 kmem_free(lc, sizeof (struct lofi_comp_cache)); in lofi_free_comp_cache()
1188 static struct lofi_comp_cache *
1191 struct lofi_comp_cache *lc; in lofi_find_comp_data()
1221 static struct lofi_comp_cache *
1225 struct lofi_comp_cache *lc; in lofi_add_comp_data()
1233 kmem_free(lc, sizeof (struct lofi_comp_cache)); in lofi_add_comp_data()
1253 lc = kmem_alloc(sizeof (struct lofi_comp_cache), KM_SLEEP); in lofi_add_comp_data()
1468 struct lofi_comp_cache *lc; in lofi_strategy_task()
3054 list_create(&lsp->ls_comp_cache, sizeof (struct lofi_comp_cache), in lofi_map_file()
3055 offsetof(struct lofi_comp_cache, lc_list)); in lofi_map_file()