Home
last modified time | relevance | path

Searched refs:cache_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c68 } cache_t; typedef
83 {{(cache_t *)&h, (cache_t *)&h}, f, sizeof (t), n}
95 static cache_t *
141 static cache_t *
153 cache_t *cap, *cxp; in reclaim_cache()
154 cache_t *cpp = (cache_t *)chp; in reclaim_cache()
202 static cache_t *
215 cache_t *cap; in set_cache()
272 cmp_icache(cache_t *p) in cmp_icache()
292 cache_t *icp; in get_icache()
[all …]
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h51 } cache_t; typedef
64 cache_t *mt_cache;
65 cache_t *mt_hint;
H A Dmtmalloc.c126 static void reinit_cache(cache_t *);
253 cache_t *cacheptr; in realloc()
321 cacheptr = (cache_t *)*(uintptr_t *)mem; in realloc()
359 cache_t *cacheptr; in free()
411 cacheptr = (cache_t *)*(uintptr_t *)mem; in free()
949 cache_t *thiscache; in reinit_cpu_list()
983 reinit_cache(cache_t *thiscache) in reinit_cache()
1012 cache_t *thiscache, *hintcache; in malloc_internal()
1067 if (thiscache == (cache_t *)-1) { in malloc_internal()
1507 cache_t *thiscache; in malloc_prepare()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c82 } cache_t; typedef
103 static cache_t *cache_create();
107 static void free_cache(cache_t **);
137 static cache_t *mnt_cache;
688 static cache_t *
692 cache_t *cache; in cache_create()
719 if ((cache = (cache_t *)calloc(1, sizeof (cache_t))) == NULL) { in cache_create()
783 free_cache(cache_t **cachep) in free_cache()
863 cache_t *new_cache; in cache_sync()
864 cache_t *old_cache; in cache_sync()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dcache.c54 static cache_t *imc;
77 imc = (cache_t *)calloc(sizeof (cache_t), 1); in cache_init()
H A Disns_cache.h66 } cache_t; typedef
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h64 } cache_t; typedef
69 cache_t *cache; /* printer/job cache */
H A Dlpd-query.c277 cache_t *cache = NULL; in parse_lpd_query()
364 if ((cache = (cache_t *)calloc(1, sizeof (*cache))) == NULL) in parse_lpd_query()
498 cache_free(cache_t *item) in cache_free()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h54 typedef struct cache_t { struct