Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 172) sorted by relevance

1234567

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_corner_cases.kshlib76 typeset -r cached=$1
78 case "$cached" in
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…
297 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit…
[all …]
/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/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/contrib/unbound/testdata/
H A Dserve_expired_cached_servfail_refresh.rpl21 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5)
22 ; - check that the client gets the SERVFAIL; also cached
24 ; - cached SERVFAIL should be ignored and upstream queried
25 ; - answer from upstream is still SERVFAIL; the cached error response will be
29 ; - check that we get the refreshed cached response instead
82 ; Check that we get the SERVFAIL (will be cached)
99 ; Check that we get the cached SERVFAIL
136 ; Check that we get the refreshed cached SERVFAIL
H A Dserve_expired_cached_servfail.rpl21 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5)
22 ; - check that the client gets the SERVFAIL; also cached
24 ; - cached SERVFAIL should be ignored and upstream queried
78 ; Check that we get the SERVFAIL (will be cached)
95 ; Check that we get the cached SERVFAIL
H A Dserve_expired_0ttl_nodata.rpl20 ; - answer from upstream is NODATA; will be cached for the SOA negative TTL.
21 ; - check that the client gets the NODATA; also cached
79 ; Check that we get the NODATA (will be cached)
98 ; Check that we get the cached NODATA
120 ; Check that we get the cached NODATA
H A Dserve_expired_0ttl_nxdomain.rpl20 ; - answer from upstream is NXDOMAIN; will be cached for the SOA negative TTL.
21 ; - check that the client gets the NXDOMAIN; also cached
79 ; Check that we get the SERVFAIL (will be cached)
98 ; Check that we get the cached NXDOMAIN
120 ; Check that we get the cached NXDOMAIN
H A Dserve_expired_0ttl_servfail.rpl20 ; - answer from upstream is SERVFAIL; will be cached for NORR_TTL(5)
21 ; - check that the client gets the SERVFAIL; also cached
77 ; Check that we get the SERVFAIL (will be cached)
94 ; Check that we get the cached SERVFAIL
H A Dcachedb_cached_ede.crpl69 ; query again for the cached entry
82 ; this must be a cached answer since stub is not answering in this range
H A Dsubnet_cached_ede.crpl91 ; query again for the cached entry
105 ; this must be a cached answer since stub is not answering in this range
H A Dsubnet_cached_servfail.crpl104 ; Bring the cached SERVFAIL to prefetch time
120 ; This answer was cached but a prefetch was triggerred
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DArena.cpp26 const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached() function
35 return cached(AtomRefs, A, [&] { in makeAtomRef()
42 return cached(Ands, canonicalFormulaPair(LHS, RHS), [&] { in makeAnd()
55 return cached(Ors, canonicalFormulaPair(LHS, RHS), [&] { in makeOr()
68 return cached(Nots, &Val, [&] { in makeNot()
79 return cached(Implies, std::make_pair(&LHS, &RHS), [&] { in makeImplies()
92 return cached(Equals, canonicalFormulaPair(LHS, RHS), [&] { in makeEquals()
/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/contrib/unbound/services/cache/
H A Drrset.c130 struct packed_rrset_data* cached = (struct packed_rrset_data*)cd; in need_to_update_rrset() local
132 if( newd->ttl < timenow && cached->ttl >= timenow) 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()
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()
156 if( newd->trust == cached->trust && !equal ) { in need_to_update_rrset()
163 newd->ttl = cached->ttl; in need_to_update_rrset()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h193 uptr cached = MaxCachedHint(s) * s; in Print() local
198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print()
199 total_cached += cached; in Print()
/freebsd/tools/boot/
H A DTEST-NOTES8 o bios has cached BIOSes needed for tests
11 o linux has cached copies off kernels for the kboot tests
/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/ntp/sntp/m4/
H A Dntp_cacheversion.m45 # cache variables to avoid using results cached with a script that
16 # cached results are presumed incompatible and not used. The reason
50 # mechanism by looking for the first cached variable set
/freebsd/sys/dev/ice/
H A Dice_fwlog.c248 struct ice_fwlog_module_entry *cached = in update_cached_entries() local
251 if (cached->module_id == updated->module_id) { in update_cached_entries()
252 cached->log_level = updated->log_level; in update_cached_entries()
/freebsd/contrib/libcbor/misc/hooks/
H A Dpre-commit7 MODIFIED_STAGED=$(git -C . diff --name-only --cached --diff-filter=d)
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.c110 if (ring->cached) in ath11k_dp_srng_cleanup()
232 bool cached = false; in ath11k_dp_srng_setup() local
247 cached = true; in ath11k_dp_srng_setup()
250 cached = false; in ath11k_dp_srng_setup()
253 if (cached) { in ath11k_dp_srng_setup()
259 if (!cached) in ath11k_dp_srng_setup()
323 if (cached) { in ath11k_dp_srng_setup()
325 ring->cached = 1; in ath11k_dp_srng_setup()
/freebsd/crypto/openssl/doc/man3/
H A DX509_get_pubkey.pod46 cached in the certificate or certificate request itself. Subsequent calls
47 return the cached structure with its reference count incremented to
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c218 caddr_t cached; in dtrace_ioctl() local
307 cached = buf->dtb_tomax; in dtrace_ioctl()
321 if (buf->dtb_tomax == cached) { in dtrace_ioctl()
322 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl()
327 ASSERT(cached == buf->dtb_xamot); in dtrace_ioctl()
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.h71 int cached, struct regional* region, uint16_t udpsize,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfodProperties.td9 …Desc<"The path where symbol files should be cached. This defaults to LLDB's system cache location.…

1234567