Lines Matching refs:cache_t
118 static void create_cache(cache_t *, size_t bufsize, uint_t hunks);
126 static void reinit_cache(cache_t *);
253 cache_t *cacheptr;
278 cacheptr = (cache_t *)*(uintptr_t *)mem;
321 cacheptr = (cache_t *)*(uintptr_t *)mem;
359 cache_t *cacheptr;
411 cacheptr = (cache_t *)*(uintptr_t *)mem;
896 create_cache(cache_t *cp, size_t size, uint_t chunksize)
902 cp->mt_freelist = ((caddr_t)cp + sizeof (cache_t));
903 cp->mt_span = chunksize * HUNKSIZE - sizeof (cache_t);
949 cache_t *thiscache;
983 reinit_cache(cache_t *thiscache)
1012 cache_t *thiscache, *hintcache;
1065 thiscache = (cache_t *)morecore(thisrequest * HUNKSIZE);
1067 if (thiscache == (cache_t *)-1) {
1507 cache_t *thiscache;
1530 cache_t *thiscache;