HomeSort by: relevance | last modified time | path
    Searched defs:cache (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
varname-dot-objdir.mk 12 @${MAKE} -f ${MAKEFILE} 'VAR:=$${:U.:tA}' purge-cache
14 purge-cache:
varname-dot-objdir.mk 12 @${MAKE} -f ${MAKEFILE} 'VAR:=$${:U.:tA}' purge-cache
14 purge-cache:
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
channv50.h 15 struct nvkm_gpuobj *cache; member in struct:nv50_fifo_chan
channv50.h 15 struct nvkm_gpuobj *cache; member in struct:nv50_fifo_chan
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 26 typedef Alloc::Cache Cache;
31 Cache cache; local in function:__tsan::TEST
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
48 alloc.Free(&cache, idx);
51 alloc.FlushCache(&cache);
tsan_dense_alloc_test.cc 26 typedef Alloc::Cache Cache;
31 Cache cache; local in function:__tsan::TEST
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
48 alloc.Free(&cache, idx);
51 alloc.FlushCache(&cache);
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c 38 struct cache { struct
49 ** User cache support procedures
pcnfsd_cache.c 38 struct cache { struct
49 ** User cache support procedures
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc 31 typedef QuarantineCache<QuarantineCallback> Cache;
38 static void DeallocateCache(Cache *cache) {
39 while (QuarantineBatch *batch = cache->DequeueBatch())
78 Cache cache; local in function:__sanitizer::TEST
79 Cache to_deallocate;
80 cache.MergeBatches(&to_deallocate);
87 Cache cache; local in function:__sanitizer::TEST
107 Cache cache; local in function:__sanitizer::TEST
129 Cache cache; local in function:__sanitizer::TEST
155 Cache cache; local in function:__sanitizer::TEST
    [all...]
sanitizer_quarantine_test.cc 31 typedef QuarantineCache<QuarantineCallback> Cache;
38 static void DeallocateCache(Cache *cache) {
39 while (QuarantineBatch *batch = cache->DequeueBatch())
78 Cache cache; local in function:__sanitizer::TEST
79 Cache to_deallocate;
80 cache.MergeBatches(&to_deallocate);
87 Cache cache; local in function:__sanitizer::TEST
107 Cache cache; local in function:__sanitizer::TEST
129 Cache cache; local in function:__sanitizer::TEST
155 Cache cache; local in function:__sanitizer::TEST
    [all...]
  /src/lib/libc/locale/
setlocale.c 64 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache)
85 loc->cache = old_cache;
86 free(cache);
90 if (cache == NULL) {
91 cache = malloc(sizeof(*cache));
92 if (cache == NULL)
96 cache->monetary_name = monetary_name;
97 cache->numeric_name = numeric_name;
98 cache->message_name = message_name
180 struct _locale_cache_t *cache; local in function:__setlocale
    [all...]
setlocale.c 64 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache)
85 loc->cache = old_cache;
86 free(cache);
90 if (cache == NULL) {
91 cache = malloc(sizeof(*cache));
92 if (cache == NULL)
96 cache->monetary_name = monetary_name;
97 cache->numeric_name = numeric_name;
98 cache->message_name = message_name
180 struct _locale_cache_t *cache; local in function:__setlocale
    [all...]
setlocale_local.h 59 const struct _locale_cache_t *cache; member in struct:_locale
setlocale_local.h 59 const struct _locale_cache_t *cache; member in struct:_locale
  /src/lib/libintl/
gettext_iconv.c 45 struct cache { struct
50 static const struct cache *cache_find(const char *, struct domainbinding *);
57 static const struct cache *
60 struct cache key;
61 struct cache **c;
72 struct cache *c;
92 const struct cache *a = va;
93 const struct cache *b = vb;
114 const struct cache *cache; local in function:__gettext_iconv
    [all...]
gettext_iconv.c 45 struct cache { struct
50 static const struct cache *cache_find(const char *, struct domainbinding *);
57 static const struct cache *
60 struct cache key;
61 struct cache **c;
72 struct cache *c;
92 const struct cache *a = va;
93 const struct cache *b = vb;
114 const struct cache *cache; local in function:__gettext_iconv
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h 13 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
32 IndexT cache[kSize]; member in class:__tsan::DenseSlabAllocCache
39 typedef DenseSlabAllocCache Cache;
40 typedef typename Cache::IndexT IndexT;
62 IndexT Alloc(Cache *c) {
65 return c->cache[--c->pos];
68 void Free(Cache *c, IndexT idx) {
70 if (c->pos == Cache::kSize)
72 c->cache[c->pos++] = idx;
81 void FlushCache(Cache *c)
    [all...]
tsan_dense_alloc.h 13 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
32 IndexT cache[kSize]; member in class:__tsan::DenseSlabAllocCache
39 typedef DenseSlabAllocCache Cache;
40 typedef typename Cache::IndexT IndexT;
62 IndexT Alloc(Cache *c) {
65 return c->cache[--c->pos];
68 void Free(Cache *c, IndexT idx) {
70 if (c->pos == Cache::kSize)
72 c->cache[c->pos++] = idx;
81 void FlushCache(Cache *c)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 43 struct active_node *cache; member in struct:i915_active
i915_active_types.h 43 struct active_node *cache; member in struct:i915_active
  /src/sys/arch/arm/ep93xx/
ep93xxvar.h 63 int cache; member in struct:pmap_ent
ep93xxvar.h 63 int cache; member in struct:pmap_ent
  /src/regress/sys/kern/allocfree/
allocfree.c 61 static pool_cache_t cache; variable in typeref:typename:pool_cache_t
126 p = pool_cache_get(cache, PR_WAITOK);
129 pool_cache_put(cache, p);
264 cache = pool_cache_init(sz, 0, 0, 0, "tcache",
268 pool_cache_destroy(cache);
  /src/sys/arch/arm/ixp12x0/
ixp12x0var.h 85 int cache; member in struct:pmap_ent
  /src/sys/arch/pmax/ibus/
dz_ibus.c 232 static int cache = -1; local in function:dz_ibus_getmajor
234 if (cache != -1)
235 return (cache);
237 return (cache = cdevsw_lookup_major(&dz_cdevsw));

Completed in 71 milliseconds

1 2 3 4 5