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

1 2 3

  /src/usr.bin/make/unit-tests/
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
  /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_clock_test.cc 21 ClockCache cache; variable in namespace:__tsan
29 clk.set(&cache, 3, clk.get(3) + 1);
35 clk.set(&cache, 3, clk.get(3) + 1);
44 vector.acquire(&cache, &chunked);
47 vector.release(&cache, &chunked);
50 vector.acq_rel(&cache, &chunked);
53 chunked.Reset(&cache);
67 vector.set(&cache, i, i + 1);
69 vector.release(&cache, &sync);
77 sync.Reset(&cache);
    [all...]
  /src/usr.sbin/rpc.pcnfsd/
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_allocator_testlib.cc 60 static THREADLOCAL AllocatorCache cache; variable in namespace:__anone61b20c20110
69 allocator.SwallowCache(&cache);
99 cache.Init(nullptr);
107 void *p = allocator.Allocate(&cache, size, 8);
116 allocator.Deallocate(&cache, p);
123 void *p = allocator.Allocate(&cache, size, 8, false);
135 p = allocator.Reallocate(&cache, p, size, 8);
146 void *p = allocator.Allocate(&cache, size, alignment);
155 *memptr = allocator.Allocate(&cache, size, alignment);
165 void *p = allocator.Allocate(&cache, size, GetPageSizeCached())
    [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_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...]
  /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...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_active_types.h 43 struct active_node *cache; member in struct:i915_active
i915_scheduler.c 230 struct sched_cache *cache)
245 memset(cache, 0, sizeof(*cache));
313 struct sched_cache cache; local in function:__i915_schedule
387 memset(&cache, 0, sizeof(cache));
392 engine = sched_lock_engine(node, engine, &cache);
397 engine = sched_lock_engine(node, engine, &cache);
420 if (!cache.priolist)
421 cache.priolist
    [all...]
  /src/sys/arch/arm/ep93xx/
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));
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_mac.cc 40 AllocatorCache cache; member in struct:__lsan::__anon358bd7e40108
66 ptr->cache = AllocatorCache();
95 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; }
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_powertune.c 904 uint32_t cache = 0; local in function:smu7_program_pt_config_registers
911 cache |= ((config_regs->value << config_regs->shift) & config_regs->mask);
933 data |= cache;
952 cache = 0;
  /src/distrib/evbsh3/rom/ramdiskeb/
Makefile 63 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
66 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
82 ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c tmplabel
  /src/distrib/evbsh3/rom/ramdiskel/
Makefile 63 ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
66 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
82 ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c tmplabel
  /src/sys/arch/acorn32/eb7500atx/
eb7500atx_machdep.c 323 int cache; member in struct:l1_sec_map
717 l1_sec_table[loop].cache);
740 * We must now clean the cache again....
742 * dirty data in the cache. This will have happened in cpu_setttb()
744 * may have just been remapped and thus the cache could be out
  /src/sys/arch/arm/xscale/
ixp425var.h 124 int cache; member in struct:pmap_ent
  /src/sys/dev/rcons/
raster.h 63 /* CONFIGURE: The text routines can optionally keep a cache of 8-bit
120 struct raster_fontcache* cache; member in struct:raster_font
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 78 idr_cache_warning(struct idr_cache *cache)
85 KASSERT(cache->ic_node != NULL);
88 db_find_sym_and_offset((db_addr_t)(uintptr_t)cache->ic_where,
98 cache->ic_where, curlwp->l_name, curlwp);
105 struct idr_cache *cache = cookie; local in function:idr_cache_dtor
107 if (cache->ic_node) {
109 idr_cache_warning(cache);
110 kmem_free(cache->ic_node, sizeof(*cache->ic_node));
112 kmem_free(cache, sizeof(*cache))
287 struct idr_cache *cache; local in function:idr_preload
340 struct idr_cache *cache; local in function:idr_alloc
391 struct idr_cache *cache; local in function:idr_preload_end
    [all...]

Completed in 48 milliseconds

1 2 3