Home
last modified time | relevance | path

Searched refs:cache (Results 51 – 75 of 1265) sorted by relevance

12345678910>>...51

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp52 if (cache == 0) { in RawInternalAlloc()
63 if (cache == 0) { in RawInternalRealloc()
72 if (!cache) { in RawInternalFree()
76 internal_allocator()->Deallocate(cache, ptr); in RawInternalFree()
87 void *p = RawInternalAlloc(size, cache, alignment); in InternalAlloc()
94 void *p = RawInternalRealloc(addr, size, cache); in InternalRealloc()
101 InternalAllocatorCache *cache) { in InternalReallocArray() argument
109 return InternalRealloc(addr, count * size, cache); in InternalReallocArray()
119 void *p = InternalAlloc(count * size, cache); in InternalCalloc()
125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree() argument
[all …]
H A Dsanitizer_allocator_combined.h89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() argument
100 return Allocate(cache, new_size, alignment); in Reallocate()
102 Deallocate(cache, p); in Reallocate()
108 void *new_p = Allocate(cache, new_size, alignment); in Reallocate()
111 Deallocate(cache, p); in Reallocate()
155 void InitCache(AllocatorCache *cache) { in InitCache() argument
156 cache->Init(&stats_); in InitCache()
159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() argument
160 cache->Destroy(&primary_, &stats_); in DestroyCache()
163 void SwallowCache(AllocatorCache *cache) { in SwallowCache() argument
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml35 - arm,l220-cache
36 - arm,l210-cache
57 cache-level:
60 cache-unified: true
61 cache-size: true
62 cache-sets: true
63 cache-block-size: true
64 cache-line-size: true
118 cache-id-part:
224 - cache-unified
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8188.dtsi35 i-cache-sets = <128>;
38 d-cache-sets = <128>;
53 i-cache-sets = <128>;
56 d-cache-sets = <128>;
247 cache-level = <2>;
252 cache-unified;
257 cache-level = <2>;
262 cache-unified;
265 l3_0: l3-cache {
267 cache-level = <3>;
[all …]
/freebsd/contrib/bmake/mk/
H A Ddirdeps-cache-update.mk84 .if ${.MAKE.LEVEL} == 0 && !make(cache-update)
99 … d in ${STATIC_DIRDEPS_CACHE:H}/cache-update ${STATIC_DIRDEPS_CACHE:H:H}/cache-update ${STATIC_DIR…
106 DYNAMIC_DIRDEPS_CACHE := ${OBJTOP}/dirdeps.cache.${STATIC_DIRDEPS_CACHE:H:T}-update
120 all: cache-build
121 cache-build: .META
123 ${.MAKE} -C ${SRCTOP} -f ${RELDIR}/Makefile cache-update \
128 .elif ${.MAKE.LEVEL} == 0 && make(cache-update) && !target(cache-update)
142 cache-update: ${DIRDEPS_CACHE}
162 all: cache-update
165 cache-built:
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/sifive/
H A Dfu740-c000.dtsi29 i-cache-sets = <128>;
30 i-cache-size = <16384>;
47 d-cache-sets = <64>;
48 d-cache-size = <32768>;
53 i-cache-sets = <128>;
74 d-cache-sets = <64>;
80 i-cache-sets = <128>;
101 d-cache-sets = <64>;
128 d-cache-sets = <64>;
310 cache-level = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/tesla/
H A Dfsd.dtsi98 i-cache-sets = <256>;
101 d-cache-sets = <256>;
114 i-cache-sets = <256>;
117 d-cache-sets = <256>;
130 i-cache-sets = <256>;
133 d-cache-sets = <256>;
145 i-cache-sets = <256>;
148 d-cache-sets = <256>;
284 cache-level = <2>;
285 cache-unified;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhip07.dtsi846 cache-unified;
852 cache-unified;
858 cache-unified;
864 cache-unified;
870 cache-unified;
876 cache-unified;
882 cache-unified;
888 cache-unified;
894 cache-unified;
900 cache-unified;
[all …]
H A Dhip05.dtsi213 compatible = "cache";
214 cache-level = <2>;
215 cache-unified;
219 compatible = "cache";
220 cache-level = <2>;
221 cache-unified;
225 compatible = "cache";
226 cache-level = <2>;
227 cache-unified;
232 cache-level = <2>;
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dcache.c195 free(cache->name); in kcm_free_ccache_data_internal()
196 cache->name = NULL; in kcm_free_ccache_data_internal()
207 cache->flags = 0; in kcm_free_ccache_data_internal()
208 cache->mode = 0; in kcm_free_ccache_data_internal()
209 cache->uid = -1; in kcm_free_ccache_data_internal()
210 cache->gid = -1; in kcm_free_ccache_data_internal()
211 cache->session = -1; in kcm_free_ccache_data_internal()
218 cache->next = NULL; in kcm_free_ccache_data_internal()
219 cache->refcnt = 0; in kcm_free_ccache_data_internal()
381 cache->client = NULL; in kcm_zero_ccache_data_internal()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp4080si-pre.dtsi98 next-level-cache = <&L2_0>;
100 L2_0: l2-cache {
101 next-level-cache = <&cpc>;
108 next-level-cache = <&L2_1>;
110 L2_1: l2-cache {
120 L2_2: l2-cache {
130 L2_3: l2-cache {
140 L2_4: l2-cache {
150 L2_5: l2-cache {
160 L2_6: l2-cache {
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j7200.dtsi46 i-cache-sets = <256>;
49 d-cache-sets = <256>;
60 i-cache-sets = <256>;
63 d-cache-sets = <256>;
69 compatible = "cache";
70 cache-level = <2>;
71 cache-unified;
74 cache-sets = <1024>;
79 compatible = "cache";
80 cache-level = <3>;
[all …]
H A Dk3-j721s2.dtsi49 i-cache-sets = <256>;
52 d-cache-sets = <256>;
63 i-cache-sets = <256>;
66 d-cache-sets = <256>;
72 compatible = "cache";
73 cache-unified;
74 cache-level = <2>;
77 cache-sets = <1024>;
82 compatible = "cache";
83 cache-level = <3>;
[all …]
H A Dk3-j721e.dtsi46 i-cache-sets = <256>;
49 d-cache-sets = <256>;
60 i-cache-sets = <256>;
63 d-cache-sets = <256>;
69 compatible = "cache";
70 cache-level = <2>;
71 cache-unified;
74 cache-sets = <1024>;
79 compatible = "cache";
80 cache-level = <3>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls2080a.dtsi97 compatible = "cache";
98 cache-level = <2>;
99 cache-unified;
103 compatible = "cache";
104 cache-level = <2>;
105 cache-unified;
109 compatible = "cache";
110 cache-level = <2>;
111 cache-unified;
116 cache-level = <2>;
[all …]
H A Dfsl-ls2088a.dtsi97 compatible = "cache";
98 cache-level = <2>;
99 cache-unified;
103 compatible = "cache";
104 cache-level = <2>;
105 cache-unified;
109 compatible = "cache";
110 cache-level = <2>;
111 cache-unified;
116 cache-level = <2>;
[all …]
/freebsd/contrib/xz/src/liblzma/common/
H A Doutqueue.c53 if (outq->cache != NULL && outq->cache->allocated != buf->allocated) in move_head_to_cache()
56 buf->next = outq->cache; in move_head_to_cache()
57 outq->cache = buf; in move_head_to_cache()
69 assert(outq->cache != NULL); in free_one_cached_buffer()
72 outq->cache = buf->next; in free_one_cached_buffer()
85 while (outq->cache != NULL) in lzma_outq_clear_cache()
96 if (outq->cache == NULL) in lzma_outq_clear_cache2()
156 if (outq->cache != NULL && outq->cache->allocated == size) in lzma_outq_prealloc_buf()
168 if (outq->cache == NULL) in lzma_outq_prealloc_buf()
171 outq->cache->next = NULL; in lzma_outq_prealloc_buf()
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi32 i-cache-size = <0x8000>;
33 i-cache-line-size = <0x40>;
34 d-cache-size = <0x8000>;
35 d-cache-line-size = <0x40>;
36 next-level-cache = <&l2cache>;
67 compatible = "andestech,ax45mp-cache", "cache";
70 cache-size = <0x40000>;
71 cache-line-size = <64>;
72 cache-sets = <1024>;
73 cache-unified;
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m43 # compare this configure script's cache version stamp with the stamp
6 # is known to differ in a cache-invalidating manner.
13 # will clear a previous cache lacking any saved cache version number,
39 # No cache, predates ntp_cv_$1_cache_version, or is empty.
47 # Do not clear the cache immediately after it is created
49 # config.cache from one predating the cache version
54 # empty config.cache file
59 # Parent configure just created cache from empty,
67 # configure cache version mismatches config.cache version
83 # recreated the cache.
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2835.dtsi16 /* Source for d/i-cache-line-size and d/i-cache-sets
18 * /h/level-one-memory-system/cache-organization?lang=en
20 * Source for d/i-cache-size
23 * NOTE: The BCM2835 has a L2 cache but it is dedicated to the GPU
27 d-cache-size = <0x4000>;
28 d-cache-line-size = <16>;
29 d-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
30 i-cache-size = <0x4000>;
31 i-cache-line-size = <16>;
32 i-cache-sets = <256>; // 16KiB(size)/16(line-size)=1024ways/4-way set
/freebsd/contrib/unbound/contrib/
H A Dunbound_cache.cmd3 rem -- DNS cache save/load script
30 echo Loading cache from %program_path%\%fname%
41 echo Saving cache to %program_path%\%fname%
49 echo Loading cache from %program_path%\%fname%
56 echo Saving cache to %program_path%\%fname%
68 echo Saving cache to %arg2%
76 echo Loading cache from %arg2%
83 echo Saving cache to %arg2%
87 echo Loading cache from %arg2%
95 echo l - Load - default mode. Warming up Unbound DNS cache from saved file. cache-ttl must be high …
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/thead/
H A Dth1520.dtsi28 i-cache-size = <65536>;
29 i-cache-sets = <512>;
31 d-cache-size = <65536>;
32 d-cache-sets = <512>;
53 i-cache-sets = <512>;
56 d-cache-sets = <512>;
77 i-cache-sets = <512>;
115 l2_cache: l2-cache {
118 cache-level = <2>;
120 cache-sets = <1024>;
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c840 ib_dev->cache.gid_cache = NULL; in gid_table_release_one()
931 struct ib_pkey_cache *cache; in ib_get_cached_pkey() local
940 cache = device->cache.pkey_cache[port_num - rdma_start_port(device)]; in ib_get_cached_pkey()
945 *pkey = cache->table[index]; in ib_get_cached_pkey()
958 struct ib_pkey_cache *cache; in ib_find_cached_pkey() local
969 cache = device->cache.pkey_cache[port_num - rdma_start_port(device)]; in ib_find_cached_pkey()
999 struct ib_pkey_cache *cache; in ib_find_exact_cached_pkey() local
1009 cache = device->cache.pkey_cache[port_num - rdma_start_port(device)]; in ib_find_exact_cached_pkey()
1180 device->cache.pkey_cache = in ib_cache_setup_one()
1183 device->cache.lmc_cache = kmalloc(sizeof *device->cache.lmc_cache * in ib_cache_setup_one()
[all …]
/freebsd/tools/regression/zfs/zpool/add/
H A Dcache.t12 expect_fl ${ZPOOL} add ${name0} cache ${disk0}
16 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
17 expect_fl ${ZPOOL} add ${name0} cache ${disk1}
22 expect_ok ${ZPOOL} add ${name0} cache ${disk1}
39 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
40 expect_ok ${ZPOOL} add ${name0} cache ${disk2}
58 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} cache ${disk2} ${disk3}
59 expect_ok ${ZPOOL} add ${name0} cache ${disk4}
80 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2} cache ${disk3}
81 expect_ok ${ZPOOL} add ${name0} cache ${disk4}
[all …]
/freebsd/usr.sbin/nscd/
H A Dnscd.conf5 enable-cache passwd yes
6 enable-cache group yes
7 enable-cache hosts yes
8 enable-cache services yes
9 enable-cache protocols yes
10 enable-cache rpc yes
11 enable-cache networks yes

12345678910>>...51