| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 56 .cache_size = 16, 65 .cache_size = 16, 74 .cache_size = 8, 89 .cache_size = 16, 98 .cache_size = 8, 107 .cache_size = 4, 136 .cache_size = 16, 145 .cache_size = 32, 154 .cache_size = 16, 163 .cache_size = 4096, [all …]
|
| H A D | kfd_crat.h | 165 uint32_t cache_size; 302 uint32_t cache_size; 167 uint32_t cache_size; global() member 304 uint32_t cache_size; global() member
|
| H A D | kfd_topology.h | 98 uint32_t cache_size; member
|
| H A D | kfd_topology.c | 355 sysfs_show_32bit_prop(buffer, offs, "size", cache->cache_size); in kfd_cache_show() 1566 pcache->cache_size = pcache_info[cache_type].cache_size; in fill_in_l1_pcache() 1631 pcache->cache_size = pcache_info[cache_type].cache_size; in fill_in_l2_l3_pcache()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 84 void Init(uptr size, uptr cache_size) { in Init() argument 87 CHECK((size == 0 && cache_size == 0) || cache_size != 0); in Init() 91 atomic_store_relaxed(&max_cache_size_, cache_size); in Init() 103 uptr cache_size = GetCacheSize(); in Put() local 104 if (cache_size) { in Put() 111 if (c->Size() > cache_size) in Put() 162 uptr cache_size = cache_.Size(); in Recycle() local 164 CHECK_GE(cache_size, overhead_size); in Recycle() 169 if (cache_size > overhead_size && in Recycle() 171 cache_size * kOverheadThresholdPercents) { in Recycle()
|
| /openbsd-src/sys/arch/sh/sh/ |
| H A D | cache_sh3.c | 58 size_t cache_size; in sh3_cache_config() local 70 cache_size = 8 * 1024; in sh3_cache_config() 73 cache_size = 8 * 1024; in sh3_cache_config() 76 cache_size = 16 * 1024; in sh3_cache_config() 96 sh_cache_size_unified = cache_size / 2; in sh3_cache_config() 99 sh_cache_size_unified = cache_size; in sh3_cache_config()
|
| /openbsd-src/usr.bin/systat/ |
| H A D | cache.c | 55 int cache_size = 0; variable 88 cache_size = cache_max = max; in cache_init() 120 cache_size--; in add_state() 182 cache_size++; in cache_endupdate()
|
| H A D | cache.h | 39 extern int cache_max, cache_size;
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | btree.h | 65 unsigned int cache_size; /* current cache size */ member 102 unsigned int cache_size);
|
| H A D | ldapd.h | 129 unsigned int cache_size; member
|
| H A D | btree.c | 487 bt->stat.cache_size++; in mpage_add() 504 assert(bt->stat.cache_size > 0); in mpage_del() 505 bt->stat.cache_size--; in mpage_del() 550 if (bt->stat.cache_size <= bt->stat.max_cache) in mpage_prune() 3147 btree_set_cache_size(struct btree *bt, unsigned int cache_size) in btree_set_cache_size() argument 3149 bt->stat.max_cache = cache_size; in btree_set_cache_size()
|
| H A D | parse.y | 284 | CACHE_SIZE NUMBER { current_ns->cache_size = $2; } 1210 ns->cache_size = 1024; in namespace_new()
|
| H A D | namespace.c | 128 btree_set_cache_size(ns->data_db, ns->cache_size); in namespace_open()
|
| /openbsd-src/usr.bin/yacc/ |
| H A D | reader.c | 47 int cinc, cache_size; variable 112 if (cinc >= cache_size) { in cachec() 113 cache_size += 256; in cachec() 114 cache = realloc(cache, cache_size); in cachec() 1038 cache_size = 256; in read_declarations() 1039 cache = malloc(cache_size); in read_declarations() 1240 snprintf(cache, cache_size, "$$%d", ++gensym); in insert_empty_rule()
|
| /openbsd-src/usr.sbin/ldapctl/ |
| H A D | ldapctl.c | 426 st->cache_size, st->max_cache, in show_dbstats() 427 100 * ZDIV(st->cache_size, st->max_cache)); in show_dbstats()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-deps.c | 81 static int cache_size; variable 1779 cache_size = 0; in init_dependency_caches() 1791 int i, luid = cache_size + n; in extend_dependency_caches() 1807 for (i = cache_size; i < luid; i++) in extend_dependency_caches() 1818 cache_size = luid; in extend_dependency_caches() 1831 for (i = 0; i < cache_size; i++) in free_dependency_caches()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | vcn_v4_0_3.c | 870 uint32_t offset, cache_size; in vcn_v4_0_3_start_sriov() 911 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4); in vcn_v4_0_3_start_sriov() 932 offset = cache_size; in vcn_v4_0_3_start_sriov() 940 cache_size); in vcn_v4_0_3_start_sriov() 856 uint32_t offset, cache_size; vcn_v4_0_3_start_sriov() local
|
| H A D | vcn_v4_0.c | 1221 uint32_t offset, cache_size; in vcn_v4_0_start_sriov() local 1268 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4); in vcn_v4_0_start_sriov() 1288 offset = cache_size; in vcn_v4_0_start_sriov() 1296 cache_size); in vcn_v4_0_start_sriov()
|
| H A D | vcn_v3_0.c | 1290 uint32_t offset, cache_size; in vcn_v3_0_start_sriov() local 1332 cache_size = AMDGPU_GPU_PAGE_ALIGN(adev->vcn.fw->size + 4); in vcn_v3_0_start_sriov() 1352 offset = cache_size; in vcn_v3_0_start_sriov() 1360 cache_size); in vcn_v3_0_start_sriov()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ThinLTO.rst | 169 - ``cache_size=X%``: The maximum size for the cache directory is ``X`` percent 185 policies to be applied unless the default ``cache_size`` is overridden.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/ |
| H A D | Opts.td | 25 defm cache_size : Eq<"cache-size", "Max size in bytes of the in-memory binary cache.">;
|
| /openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/ |
| H A D | GDBM_File.xs | 870 GDBM_File::cache_size = opt_cache_size
|