| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | hist.c | 91 { 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()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | evict.c | 57 sds cached; /* Cached SDS object for key name. */ member 147 ep[j].cached = sdsnewlen(NULL,EVPOOL_CACHED_SDS_SIZE); in evictionPoolAlloc() 226 sds cached = pool[EVPOOL_SIZE-1].cached; in evictionPoolPopulate() local 229 pool[k].cached = cached; in evictionPoolPopulate() 235 sds cached = pool[0].cached; /* Save SDS before overwriting. */ in evictionPoolPopulate() local 236 if (pool[0].key != pool[0].cached) sdsfree(pool[0].key); in evictionPoolPopulate() 238 pool[k].cached = cached; in evictionPoolPopulate() 250 memcpy(pool[k].cached,key,klen+1); in evictionPoolPopulate() 251 sdssetlen(pool[k].cached,klen); in evictionPoolPopulate() 252 pool[k].key = pool[k].cached; in evictionPoolPopulate() [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | dirent.h | 82 int cached; member 175 dirp->cached = 0; in _wopendir() 323 dirp->cached = 1; in dirent_first() 328 dirp->cached = 0; in dirent_first() 342 if (dirp->cached != 0) { in dirent_next() 346 dirp->cached = 0; in dirent_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_keepalive_module.c | 144 ngx_http_upstream_keepalive_cache_t *cached; in ngx_http_upstream_init_keepalive() local 165 cached = ngx_pcalloc(cf->pool, in ngx_http_upstream_init_keepalive() 167 if (cached == NULL) { in ngx_http_upstream_init_keepalive() 175 ngx_queue_insert_head(&kcf->free, &cached[i].queue); in ngx_http_upstream_init_keepalive() 176 cached[i].conf = kcf; in ngx_http_upstream_init_keepalive() 288 pc->cached = 1; in ngx_http_upstream_get_keepalive_peer()
|
| H A D | ngx_http_upstream_random_module.c | 228 pc->cached = 0; in ngx_http_upstream_get_random_peer() 322 pc->cached = 0; in ngx_http_upstream_get_random2_peer()
|
| H A D | ngx_http_upstream_ip_hash_module.c | 173 pc->cached = 0; in ngx_http_upstream_get_ip_hash_peer()
|
| H A D | ngx_http_upstream_least_conn_module.c | 118 pc->cached = 0; in ngx_http_upstream_get_least_conn_peer()
|
| H A D | ngx_http_upstream_hash_module.c | 188 pc->cached = 0; in ngx_http_upstream_get_hash_peer() 517 pc->cached = 0; in ngx_http_upstream_get_chash_peer()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_connect.h | 63 unsigned cached:1; member
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream_random_module.c | 228 pc->cached = 0; in ngx_stream_upstream_get_random_peer() 322 pc->cached = 0; in ngx_stream_upstream_get_random2_peer()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 588 ge25519_select_cached(ge25519_cached *t, const ge25519_cached cached[8], const signed char b) in ge25519_select_cached() 595 ge25519_cmov_cached(t, &cached[0], equal(babs, 1)); in ge25519_select_cached() 596 ge25519_cmov_cached(t, &cached[1], equal(babs, 2)); in ge25519_select_cached() 597 ge25519_cmov_cached(t, &cached[2], equal(babs, 3)); in ge25519_select_cached() 598 ge25519_cmov_cached(t, &cached[3], equal(babs, 4)); in ge25519_select_cached() 599 ge25519_cmov_cached(t, &cached[4], equal(babs, 5)); in ge25519_select_cached() 600 ge25519_cmov_cached(t, &cached[5], equal(babs, 6)); in ge25519_select_cached() 601 ge25519_cmov_cached(t, &cached[6], equal(babs, 7)); in ge25519_select_cached() 602 ge25519_cmov_cached(t, &cached[7], equal(babs, 8)); in ge25519_select_cached()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.h | 493 unsigned cached:1; member
|
| H A D | ngx_http_upstream.c | 595 r->cached = 0; in ngx_http_upstream_init_request() 986 r->cached = 0; in ngx_http_upstream_cache() 1041 r->cached = 1; in ngx_http_upstream_cache_send() 1109 if (!r->cached || !r->cache->background) { in ngx_http_upstream_cache_background_update() 2387 u->peer.cached = 0; in ngx_http_upstream_process_header() 2845 if (r->cached) { in ngx_http_upstream_process_headers() 4165 if (u->peer.cached && ft_type == NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_upstream_next() 5200 if (r->cached) { in ngx_http_upstream_copy_allow_ranges()
|
| H A D | ngx_http_upstream_round_robin.c | 429 pc->cached = 0; in ngx_http_upstream_get_round_robin_peer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | reserved-memory.txt | 64 system can use that region to store volatile or cached data that
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | dump.tcl | 105 test {MIGRATE cached connections are released after some time} {
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 9573 uint64_t cached; in pmap_pcid_alloc_checked() local 9575 cached = pmap_pcid_alloc(pmap, cpuid); in pmap_pcid_alloc_checked() 9583 return (cached); in pmap_pcid_alloc_checked() 9598 uint64_t cached, cr3, kcr3, ucr3; in pmap_activate_sw_pcid_pti() local 9611 cached = pmap_pcid_alloc_checked(pmap, cpuid); in pmap_activate_sw_pcid_pti() 9620 if (!cached && pmap->pm_ucr3 != PMAP_NO_CR3) in pmap_activate_sw_pcid_pti() 9625 if (cached) in pmap_activate_sw_pcid_pti() 9635 uint64_t cached, cr3; in pmap_activate_sw_pcid_nopti() local 9640 cached = pmap_pcid_alloc_checked(pmap, cpuid); in pmap_activate_sw_pcid_nopti() 9644 cached); in pmap_activate_sw_pcid_nopti() [all …]
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 131 *) Bugfix: connections with some gRPC backends might not be cached when 590 *) Change: cache header format has been changed, previously cached 914 *) Bugfix: cached error responses were not updated when using the 1424 advance that the response will not be cached (e.g., when using 2603 variable) returned old empty cached value. 2748 header line are no longer cached. 2861 *) Bugfix: non-cacheable responses might be cached if 2867 *) Bugfix: cached responses with an empty body were returned 3335 *) Bugfix: errors intercepted by error_page could not be cached. 3699 *) Bugfix: cached HTTP/0.9 responses were handled incorrectly. [all …]
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 705 - As regular cached memory (usually with write combining attribute), if the 707 - As non-cached memory, if the variable is present and set to not "0" value. 718 cached memory, the PMD will not perform the extra write memory barrier 926 - 0. It means the flow resources will be cached as usual. The resources will 927 be cached, helpful with flow insertion rate. 1521 Flows are not cached in the driver.
|
| H A D | bnxt.rst | 698 this O_DMAC and other flow fields that are cached already at the time 700 will be directly programmed and not cached.
|
| /f-stack/app/redis-5.0.5/ |
| H A D | README.md | 46 Fixing build problems with dependencies or cached build options 63 those options are cached indefinitely until you issue a `make distclean`
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 779 int flags, boolean_t cached) in zfs_lookup() argument 851 if (!cached) { in zfs_lookup() 4553 zfs_freebsd_lookup(struct vop_lookup_args *ap, boolean_t cached) in zfs_freebsd_lookup() argument 4562 cnp->cn_cred, cnp->cn_thread, 0, cached)); in zfs_freebsd_lookup()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 56 attempt to share their web caches (cached from a set of back-end web servers) to
|
| H A D | poll_mode_drv.rst | 559 /* application cached these ids previously; see above */
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 453 - Fix cached memory management to avoid needless commit/decommit operations 1130 - Fix the "epoch" mallctl to update cached stats even if the passed in epoch
|