Searched refs:cache (Results 126 - 150 of 391) sorted by relevance

1234567891011>>

/freebsd-13-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib34 . $STF_SUITE/tests/cache/cache.kshlib
H A Dzinject_001_pos.ksh135 log_must $ZPOOL add -f $TESTPOOL cache $cachedevs
H A Dzinject_003_pos.ksh130 log_must $ZPOOL add -f $TESTPOOL cache $cachedevs
H A Dzinject_004_pos.ksh118 log_must $ZPOOL add -f $TESTPOOL cache $cachedevs
/freebsd-13-stable/tools/regression/zfs/zpool/create/
H A Doption-f_inuse.t90 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
97 expect "${exp}" ${ZPOOL} create ${name1} ${disk0} cache ${disk1}
99 expect_ok ${ZPOOL} create -f ${name1} ${disk0} cache ${disk1}
167 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
175 add_msg="# TODO It shouldn't be possible to use offlined cache vdev."
176 expect "${exp}" ${ZPOOL} create ${name1} ${disk2} cache ${disk1}
178 expect_ok ${ZPOOL} create -f ${name1} ${disk2} cache ${disk1}
261 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
269 expect "${exp}" ${ZPOOL} create ${name1} ${disk2} cache ${disk1}
278 expect "${exp}" ${ZPOOL} create -f ${name1} ${disk2} cache
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c70 according to FS->CONFIG. *CACHE_NAMESPACE receives the cache prefix to
83 /* No cache namespace by default. I.e. all FS instances share the
85 * share / compete for the same cache memory but keys will not match
107 /* by default, cache fulltexts.
111 * won't be re-used rendering the cache less effective
119 /* by default, cache nodeprops.
166 /* the cache to dump the statistics for */
167 svn_cache__t *cache; member in struct:dump_cache_baton_t
171 cache referenced by the baton in BATON_VOID. */
183 svn_error_t *err = svn_cache__get_info(baton->cache,
244 init_callbacks(svn_cache__t *cache, svn_fs_t *fs, svn_cache__error_handler_t error_handler, apr_pool_t *pool) argument
800 init_txn_callbacks(svn_fs_t *fs, svn_cache__t **cache, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp609 @param cache pointer to cache
619 void ***cache) {
620 KC_TRACE(10, ("__kmpc_threadprivate_cached: T#%d called with cache: %p, "
622 global_tid, *cache, data, size));
624 if (TCR_PTR(*cache) == 0) {
627 if (TCR_PTR(*cache) == 0) {
629 // Compiler often passes in NULL cache, even if it's already been created
632 // Look for an existing cache
640 KC_TRACE(50, ("__kmpc_threadprivate_cached: T#%d allocated cache a
615 __kmpc_threadprivate_cached(ident_t *loc, kmp_int32 global_tid, void *data, size_t size, void ***cache) argument
786 void **cache = ptr->addr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h20 /// queries. The cache is internally protected by a mutex, so concurrent queries
46 Get(id_t id, Map &cache,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h61 void AllocatorSwallowThreadLocalCache(AllocatorCache *cache);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_removed.ksh24 # 1. Create a pool with primary, log, spare and cache devices.
25 # 2. Remove a top-level vdev, log, spare, and cache device.
51 log $DEVICE3 cache $DEVICE4 spare $DEVICE5
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh47 # 2. Create pool with a cache device and compression enabled.
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_compressed_arc_disabled.ksh47 # 2. Create pool with a cache device and compression enabled.
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_encrypted.ksh48 # 2. Create pool with a cache device, encryption, and compression enabled.
83 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_encrypted_no_compressed_arc.ksh48 # 2. Create pool with a cache device, encryption, and compression enabled.
83 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dl2arc_mfuonly_pos.ksh26 # l2arc_mfuonly does not cache MRU buffers
30 # 2. Create pool with a cache device.
31 # 3. Create a random file in that pool, smaller than the cache device
42 log_assert "l2arc_mfuonly does not cache MRU buffers."
75 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
94 log_pass "l2arc_mfuonly does not cache MRU buffers."
H A Dpersist_l2arc_003_neg.ksh30 # 2. Create pool with a cache device.
34 # 6. Check in zpool iostat if the cache device has space allocated.
68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_004_pos.ksh29 # 1. Create pool with a cache device.
30 # 2. Create a random file in that pool, smaller than the cache device
68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
H A Dpersist_l2arc_007_pos.ksh29 # 1. Create pool with a cache device.
68 log_must zpool create -f $TESTPOOL $VDEV cache $VDEV_CACHE
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_hp.h67 void *cache[CK_HP_CACHE]; member in struct:ck_hp_record
/freebsd-13-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile24 rep-cache.c \
/freebsd-13-stable/usr.bin/svn/lib/libsvn_fs_x/
H A DMakefile27 rep-cache.c \
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound_munin_39 # unbound_munin_hits - base volume, cache hits, unwanted traffic
81 unbound_munin_hits - base volume, cache hits, unwanted traffic
114 ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/"
231 echo "graph_title Unbound DNS traffic and cache hits"
241 p_config "total.num.cachehits" "cache hits" "ABSOLUTE"
242 p_config "total.num.prefetch" "cache prefetch" "ABSOLUTE"
264 echo "graph_info The queries that did not hit the cache and need recursion service take up space in the requestlist. If there are too many queries, first queries get overwritten, and at last resort dropped."
271 p_config "mem.cache.rrset" "RRset cache memory" "GAUGE"
272 p_config "mem.cache
[all...]
/freebsd-13-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c162 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate)
181 flags, cache, lockstate);
322 SymCache *cache; local
331 cache = mmap(NULL, bytes, PROT_READ|PROT_WRITE, MAP_ANON,
333 if (cache == MAP_FAILED)
334 cache = NULL;
336 cache = NULL;
345 if (reloc_nonplt_object(obj_rtld, obj, rela, cache, flags,
351 if (cache)
352 munmap(cache, byte
161 reloc_nonplt_object(Obj_Entry *obj_rtld __unused, Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) argument
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h336 /* Fast path: L1 direct mapped cache. */
337 if (likely(rtree_ctx->cache[slot].leafkey == leafkey)) {
338 rtree_leaf_elm_t *leaf = rtree_ctx->cache[slot].leaf;
344 * Search the L2 LRU cache. On hit, swap the matching element into the
345 * slot in L1 cache, and move the position in L2 up by 1.
358 rtree_ctx->cache[slot].leafkey; \
360 rtree_ctx->cache[slot].leaf; \
363 rtree_ctx->cache[slot].leafkey; \
365 rtree_ctx->cache[slot].leaf; \
367 rtree_ctx->cache[slo
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c190 enc_cache_t *cache; member in struct:ses_iterator
412 ses_iter_init(enc_softc_t *enc, enc_cache_t *cache, struct ses_iterator *iter) argument
415 iter->cache = cache;
434 ses_cache = iter->cache->private;
441 if (iter->global_element_index >= (int)iter->cache->nelms - 1) {
479 return (&iter->cache->elm_map[iter->global_element_index]);
527 return (&iter->cache->elm_map[iter->global_element_index]);
556 ses_cache_free_elm_addlstatus(enc_softc_t *enc, enc_cache_t *cache) argument
564 ses_cache = cache
587 ses_cache_free_elm_descs(enc_softc_t *enc, enc_cache_t *cache) argument
617 ses_cache_free_status(enc_softc_t *enc, enc_cache_t *cache) argument
634 ses_cache_free_elm_map(enc_softc_t *enc, enc_cache_t *cache) argument
656 ses_cache_free(enc_softc_t *enc, enc_cache_t *cache) argument
[all...]

Completed in 100 milliseconds

1234567891011>>