Searched refs:cache_size (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_crat.c56 .cache_size = 16,
65 .cache_size = 16,
74 .cache_size = 8,
89 .cache_size = 16,
98 .cache_size = 8,
107 .cache_size = 4,
128 * newer ASICs. The unit for cache_size is KiB.
136 .cache_size = 16,
145 .cache_size = 32,
154 .cache_size
[all...]
H A Dkfd_crat.h167 uint32_t cache_size; member in struct:crat_subtype_cache
304 uint32_t cache_size; member in struct:kfd_gpu_cache_info
H A Dkfd_topology.h98 uint32_t cache_size; member in struct:kfd_cache_properties
H A Dkfd_topology.c355 sysfs_show_32bit_prop(buffer, offs, "size", cache->cache_size);
1567 pcache->cache_size = pcache_info[cache_type].cache_size;
1632 pcache->cache_size = pcache_info[cache_type].cache_size;
/openbsd-current/sys/arch/sh/sh/
H A Dcache_sh3.c58 size_t cache_size; local
70 cache_size = 8 * 1024;
73 cache_size = 8 * 1024;
76 cache_size = 16 * 1024;
96 sh_cache_size_unified = cache_size / 2;
99 sh_cache_size_unified = cache_size;
/openbsd-current/usr.bin/systat/
H A Dcache.h39 extern int cache_max, cache_size;
H A Dcache.c55 int cache_size = 0; variable
88 cache_size = cache_max = max;
120 cache_size--;
182 cache_size++;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h84 void Init(uptr size, uptr cache_size) { argument
87 CHECK((size == 0 && cache_size == 0) || cache_size != 0);
91 atomic_store_relaxed(&max_cache_size_, cache_size);
103 uptr cache_size = GetCacheSize(); local
104 if (cache_size) {
110 // Check cache size anyway to accommodate for runtime cache_size change.
111 if (c->Size() > cache_size)
162 uptr cache_size = cache_.Size(); local
164 CHECK_GE(cache_size, overhead_siz
[all...]
/openbsd-current/usr.sbin/ldapd/
H A Dbtree.h65 unsigned int cache_size; /* current cache size */ member in struct:btree_stat
102 unsigned int cache_size);
H A Dnamespace.c128 btree_set_cache_size(ns->data_db, ns->cache_size);
H A Dldapd.h129 unsigned int cache_size; member in namespace:__anon56
H A Dparse.y284 | CACHE_SIZE NUMBER { current_ns->cache_size = $2; }
1210 ns->cache_size = 1024;
H A Dbtree.c487 bt->stat.cache_size++;
504 assert(bt->stat.cache_size > 0);
505 bt->stat.cache_size--;
550 if (bt->stat.cache_size <= bt->stat.max_cache)
3147 btree_set_cache_size(struct btree *bt, unsigned int cache_size) argument
3149 bt->stat.max_cache = cache_size;
/openbsd-current/usr.bin/yacc/
H A Dreader.c47 int cinc, cache_size; variable
112 if (cinc >= cache_size) {
113 cache_size += 256;
114 cache = realloc(cache, cache_size);
1038 cache_size = 256;
1039 cache = malloc(cache_size);
1240 snprintf(cache, cache_size, "$$%d", ++gensym);
/openbsd-current/usr.sbin/ldapctl/
H A Dldapctl.c428 st->cache_size, st->max_cache,
429 100 * ZDIV(st->cache_size, st->max_cache));
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm30 $db->cache_size;
31 $db->cache_size($newsize);
291 =head2 cache_size
293 $db->cache_size;
294 $db->cache_size($newsize);
H A DGDBM_File.xs44 "GDBM_File::cache_size",
870 GDBM_File::cache_size = opt_cache_size
/openbsd-current/gnu/gcc/gcc/
H A Dsched-deps.c82 static int cache_size;
1789 cache_size = 0;
1801 int i, luid = cache_size + n;
1817 for (i = cache_size; i < luid; i++)
1828 cache_size = luid;
1841 for (i = 0; i < cache_size; i++)
81 static int cache_size; variable
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dvcn_v4_0.c1221 uint32_t offset, cache_size; local
1268 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4);
1288 offset = cache_size;
1296 cache_size); local
H A Dvcn_v4_0_3.c856 uint32_t offset, cache_size; local
897 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4);
918 offset = cache_size;
926 cache_size);
H A Dvcn_v3_0.c1290 uint32_t offset, cache_size; local
1332 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4);
1352 offset = cache_size;
1360 cache_size); local

Completed in 310 milliseconds