Home
last modified time | relevance | path

Searched full:cached (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h41 // of chunks that need to be cached per-thread:
47 // c00 => s: 0 diff: +0 00% l 0 cached: 0 0; id 0
48 // c01 => s: 16 diff: +16 00% l 4 cached: 256 4096; id 1
49 // c02 => s: 32 diff: +16 100% l 5 cached: 256 8192; id 2
50 // c03 => s: 48 diff: +16 50% l 5 cached: 256 12288; id 3
51 // c04 => s: 64 diff: +16 33% l 6 cached: 256 16384; id 4
52 // c05 => s: 80 diff: +16 25% l 6 cached: 256 20480; id 5
53 // c06 => s: 96 diff: +16 20% l 6 cached: 256 24576; id 6
54 // c07 => s: 112 diff: +16 16% l 6 cached: 256 28672; id 7
56 // c08 => s: 128 diff: +16 14% l 7 cached: 256 32768; id 8
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_corner_cases.kshlib76 typeset -r cached=$1
78 case "$cached" in
79 "cached")
85 log_fail "invalid cached: $cached"
205 typeset cached existing
233 for cached in "uncached" "cached"; do
278 cache_clone "$cached"
285 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi…
287 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit…
295 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi…
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h26 /// This class enables data to be cached into a directory using the llvm
31 /// setting cached data.
39 /// printf("cached data:\n%s", mem_buffer_up->getBufferStart());
50 /// Data will be cached in files created in this directory when clients call
60 /// Get cached data from the cache directory for the specified key.
67 /// The unique string key that identifies data being cached.
74 /// Set cached data for the specified key.
76 /// Setting the cached data will save a file in the cache directory to contain
80 /// The unique string key that identifies data being cached.
83 /// True if the data was successfully cached, false otherwise.
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dib_cache.h43 * ib_get_cached_gid - Returns a cached GID table entry
46 * @index: The index into the cached GID table to query.
68 * @index: The index into the cached GID table where the GID was found. This
90 * @index: The index into the cached GID table where the GID was found. This
111 * ib_get_cached_pkey - Returns a cached PKey table entry
114 * @index: The index into the cached PKey table to query.
131 * @index: The index into the cached PKey table where the PKey was found.
147 * @index: The index into the cached PKey table where the PKey was found.
158 * ib_get_cached_lmc - Returns a cached lmc table entry
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/
H A Dzpool_prefetch_001_pos.ksh54 gds.cached=$(echo $out | cut -d" " -f3)
60 [ -z "${gds.cached}" ] && gds.cached="0"
71 log_must test "${before.cached}" -eq "0"
109 log_must test "${generated.cached}" -ge "1048576"
120 # On reimport, only the first block or two should be cached.
121 log_must test "${reimport.cached}" -le "65536"
130 log_must test "${reloaded.cached}" -eq "${reloaded.incore}"
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DBEGEMOT-HOSTRES-MIB.txt67 "The maximum number of ticks the storage table is cached."
76 "The maximum number of ticks the FS table is cached."
85 "The maximum number of ticks the disk storage table is cached."
94 "The maximum number of ticks the network table is cached."
103 "The maximum number of ticks the hrSWInstalledTable is cached."
113 hrSWRunPerfTable are cached."
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in3 # Print out statistics for all cached dmu buffers. This information
44 bincompat = ["cached", "direct", "indirect", "bonus", "spill"]
46 dhdr = ["pool", "objset", "object", "dtype", "cached"]
48 "bsize", "lvls", "dholds", "blocks", "dsize", "cached", "direct",
55 thdr = ["pool", "objset", "dtype", "cached"]
56 txhdr = ["pool", "objset", "dtype", "cached", "direct", "indirect",
75 "state": [5, -1, "state of buffer (read, cached, etc)"],
102 "cached": [6, 1024, "bytes cached for all blocks"],
103 "direct": [6, 1024, "bytes cached for direct blocks"],
104 "indirect": [8, 1024, "bytes cached for indirect blocks"],
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.c91 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local
93 U32 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
98 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
103 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
108 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhist.c92 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local
94 U32 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
99 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
104 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
109 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_ucast_cache.h114 * cached unicast routing.
137 * cached/dropped or is this a completely new link.
138 * If it decides that the new link makes cached routing
174 * If it decides that the dropped link makes cached routing
198 * [in] Pointer to the node object that should be cached.
204 * If the function decides that the dropped node makes cached
217 * cached unicast routing on the subnet switches.
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h39 * The cached section is implicitly mapped and unmapped. The cache is not
43 /* The cached section.
48 * release the cached section and to invalidate the cache.
65 /* Read the cached section.
68 * @*pmsec->asid, provide a pointer to the cached section in @pmsec and return
/freebsd/usr.sbin/nscd/
H A Dnscd.847 cached data that were cached by themselves, and cannot poison the
56 Each cached element is the key+value pair.
58 number of cached elements is exceeded.
70 Each cached element is the part of the elements sequence.
/freebsd/contrib/nvi/common/
H A Dexf.h19 CHAR_T *c_lp; /* Cached line. */
20 size_t c_len; /* Cached line length. */
21 size_t c_blen; /* Cached line buffer length. */
22 recno_t c_lno; /* Cached line number. */
23 recno_t c_nlines; /* Cached lines in the file. */
/freebsd/contrib/unbound/services/cache/
H A Drrset.c130 struct packed_rrset_data* cached = (struct packed_rrset_data*)cd; in need_to_update_rrset() local
131 /* o if new data is expired, cached data is better */ in need_to_update_rrset()
132 if( newd->ttl < timenow && timenow <= cached->ttl) in need_to_update_rrset()
138 cached->security != sec_status_secure) in need_to_update_rrset()
140 if( cached->security == sec_status_bogus && in need_to_update_rrset()
144 if( newd->trust > cached->trust ) { in need_to_update_rrset()
145 /* if the cached rrset is bogus, and new is equal, in need_to_update_rrset()
147 if(equal && cached->ttl >= timenow && in need_to_update_rrset()
148 cached->security == sec_status_bogus) in need_to_update_rrset()
153 if( cached->ttl < timenow ) in need_to_update_rrset()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/regression/
H A Dsequential_reads_arc_cached_clone.ksh25 # for all fio runs. This test will exercise cached read performance from
26 # a clone filesystem. The data is initially cached in the ARC and then
53 # Make sure the working set can be cached in the arc. Aim for 1/2 of arc.
115 log_note "Sequential cached reads from $DIRECTORY with " \
118 log_pass "Measure IO stats during sequential cached read load"
H A Dsequential_reads_arc_cached.ksh25 # for all fio runs. The ARC is not cleared to ensure that all data is cached.
47 # Make sure the working set can be cached in the arc. Aim for 1/2 of arc.
89 log_note "Sequential cached reads with settings: $(print_perf_settings)"
91 log_pass "Measure IO stats during sequential cached read load"
H A Dsequential_reads_dbuf_cached.ksh25 # for all fio runs. The ARC is not cleared to ensure that all data is cached.
51 # Ensure the working set can be cached in the dbuf cache.
95 log_note "Sequential cached reads with settings: $(print_perf_settings)"
97 log_pass "Measure IO stats during sequential cached read load"
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h13 // This information is computed lazily and cached. If new phis are added to the
49 /// This returns the cached value if PN has previously been processed,
53 /// Notify PhiValues that the cached information using V is no longer valid
55 /// Whenever a phi has its operands modified the cached values for that phi
58 /// the phi, which will then clear the relevant cached information.
88 /// that the cached information for that value can be cleared to avoid
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_cache.c37 * Implementation of OpenSM Cached Unicast Routing
183 /* cache this link only if it hasn't been already cached */ in cache_add_sw_link()
301 /* the new link was cached - clean it from the cache */ in cache_remove_port()
316 /* when seting unicast info, the cached port in cache_restore_ucast_info()
430 * it's just some node/port reset or a cached topology in ucast_cache_validate()
511 * Another reason is cached link between two in ucast_cache_validate()
591 * The change on the port is cached. in ucast_cache_validate()
628 * What's important that the cached link matches in ucast_cache_validate()
649 /* Remove all the cached switches that in ucast_cache_validate()
656 * Scan all the cached switches and their ports: in ucast_cache_validate()
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A DEVP_PKEY.pod70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached
121 the key data that the cached keys came from is the "origin", and since
194 cached copy of the provider key in legacy form. Once the cached copy is created
196 the cached legacy copy. Similarly changes made to the cached legacy copy are not
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp79 // If we call the "m_cache_callback" function and the data is cached, it will in GetCachedData()
87 // the data or we haven't. We can tell if we got the cached data by checking in GetCachedData()
91 // If the "add_stream" is nullptr, then the data was cached and we already in GetCachedData()
95 // want to check if the data was cached, so we don't want to call in GetCachedData()
104 // Data was not cached. in GetCachedData()
112 // If we call this function and the data is cached, it will call the in SetCachedData()
118 // the data or we haven't. We can tell if we had the cached data by checking in SetCachedData()
122 // If the "add_stream" is nullptr, then the data was cached. If it is in SetCachedData()
125 // is cached here, so we don't want to call it here. Note that the in SetCachedData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h123 /// Restore the TTY state to the cached state.
125 /// Restore the state of the TTY using the cached values from a previous
133 /// Test for valid cached TTY state information.
167 int m_tflags = -1; ///< Cached tflags information.
169 lldb::pid_t m_process_group = -1; ///< Cached process group information.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp59 STATISTIC(NumCacheNonLocal, "Number of fully cached non-local responses");
60 STATISTIC(NumCacheDirtyNonLocal, "Number of dirty cached non-local responses");
64 "Number of fully cached non-local ptr responses");
66 "Number of cached, but dirty, non-local ptr responses");
69 "Number of block queries that were completely cached");
354 // user will call getNonLocalPointerDependency, which will return cached in getInvariantGroupPointerDependency()
680 // Check for a cached result in getDependency()
683 // If the cached entry is non-dirty, just return it. Note that this depends in getDependency()
754 // This is the set of blocks that need to be recomputed. In the cached case, in getNonLocalCallDependency()
882 // Check if there is cached Def with invariant.group. in getNonLocalPointerDependency()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h57 // of chunks that can be cached per-thread:
58 // - MaxNumCachedHint is a hint for the max number of chunks cached per class.
59 // - 2^MaxBytesCachedLog is the max number of bytes cached per class.
315 const uptr Cached = SCMap::getMaxCachedHint(S) * S;
317 "C%02zu => S: %zu diff: +%zu %02zu%% L %zu Cached: %u %zu; id %zu\n", I,
318 S, D, P, L, SCMap::getMaxCachedHint(S), Cached,
320 TotalCached += Cached;
323 Buffer.append("Total Cached: %zu\n", TotalCached);
337 const uptr Cached = SCMap::getMaxCachedHint(S) * S; printMap() local
/freebsd/sys/dev/ice/
H A Dice_fwlog.c116 * ice_fwlog_init - Initialize cached structures for tracking FW logging
118 * @cfg: config used to initialize the cached structures
188 * ice_fwlog_supported - Cached for whether FW supports FW logging or not
233 * update_cached_entries - Update module entries in cached FW logging config
249 struct ice_fwlog_module_entry *cached = in update_cached_entries()
252 if (cached->module_id == updated->module_id) { in update_cached_entries()
253 cached->log_level = updated->log_level; in update_cached_entries()
450 /* don't call ice_fwlog_get() because that would overwrite the cached in ice_fwlog_set_support_ena()
248 struct ice_fwlog_module_entry *cached = update_cached_entries() local

12345678910>>...53