Searched refs:lofi_comp_cache (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dlofi.h174 struct lofi_comp_cache { struct
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dlofi.c236 struct lofi_comp_cache *lc;
240 kmem_free(lc, sizeof (struct lofi_comp_cache));
869 static struct lofi_comp_cache *
872 struct lofi_comp_cache *lc;
902 static struct lofi_comp_cache *
906 struct lofi_comp_cache *lc;
914 kmem_free(lc, sizeof (struct lofi_comp_cache));
934 lc = kmem_alloc(sizeof (struct lofi_comp_cache), KM_SLEEP);
1063 struct lofi_comp_cache *lc;
2204 list_create(&lsp->ls_comp_cache, sizeof (struct lofi_comp_cache),
[all...]

Completed in 48 milliseconds