| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 217 if (caches[level - 1].present) { in add_deterministic_cache() 223 caches[level - 1].present = 1; in add_deterministic_cache() 314 caches[0].id_shift = 0; in topo_probe_amd() 315 caches[0].present = 1; in topo_probe_amd() 321 caches[1].id_shift = 0; in topo_probe_amd() 322 caches[1].present = 1; in topo_probe_amd() 335 caches[2].id_shift = in topo_probe_amd() 337 caches[2].present = 1; in topo_probe_amd() 451 caches[0].present = 1; in topo_probe_intel_caches() 453 caches[1].present = 1; in topo_probe_intel_caches() [all …]
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | stack.rst | 9 large per-lcore caches, the mbufs will likely stay in the per-lcore caches and
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | mempool_lib.rst | 102 …ult per-lcore local cache, an application can create and manage external caches through the ``rte_… 103 These user-owned caches can be explicitly passed to ``rte_mempool_generic_put()`` and ``rte_mempool… 105 In contrast to the default caches, user-owned caches can be used by unregistered non-EAL threads to…
|
| H A D | graph_lib.rst | 36 caches misses.
|
| H A D | multi_proc_support.rst | 170 Attempting to do so can cause corruption of memory pool caches, among other issues.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,llcc.yaml | 16 SoC, the idea is to minimize the local caches at the clients and migrate to
|
| H A D | qcom,idle-state.txt | 49 modes. In a hierarchical power domain SoC, this means L2 and other caches can
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/ |
| H A D | README | 21 synchronously and that, for example, disk caches are flushed.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | pamu.txt | 61 second is the number of "ways". For direct-mapped caches, 67 second is the number of "ways". For direct-mapped caches,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,davinci-rproc.txt | 12 like L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
|
| H A D | ti,k3-dsp-rproc.yaml | 18 L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
|
| H A D | ti,keystone-rproc.txt | 9 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory controller,
|
| H A D | ti,omap-remoteproc.yaml | 19 caches, an Interrupt Controller, a Cache Controller etc.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 771 scheduler maintains its own caches of objects: lthreads, their stacks, TLS, 772 mutexes and condition variables. These caches are implemented as unbounded lock 774 caches on the local core (current EAL thread). 777 always safely free resources to the caches from which they originated (because 778 the caches are MPSC queues). 785 made from caches on the NUMA node on which the threads creator is running. 805 The per lcore object caches pre-allocate objects in bulk whenever a request to 808 header file lthread_api.h. This means that the caches constantly grow to meet 812 if system demand reduces. Thus the caches will remain at their maximum extent 823 that you do not expect to be exceeded. This means the caches will be populated [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 15 ngx_array_t caches; /* ngx_http_file_cache_t * */ member 250 offsetof(ngx_http_scgi_main_conf_t, caches), 516 u->caches = &smcf->caches; in ngx_http_scgi_handler() 1179 if (ngx_array_init(&conf->caches, cf->pool, 4, in ngx_http_scgi_create_main_conf()
|
| H A D | ngx_http_uwsgi_module.c | 16 ngx_array_t caches; /* ngx_http_file_cache_t * */ member 311 offsetof(ngx_http_uwsgi_main_conf_t, caches), 685 u->caches = &uwmcf->caches; in ngx_http_uwsgi_handler() 1389 if (ngx_array_init(&conf->caches, cf->pool, 4, in ngx_http_uwsgi_create_main_conf()
|
| H A D | ngx_http_fastcgi_module.c | 14 ngx_array_t caches; /* ngx_http_file_cache_t * */ member 400 offsetof(ngx_http_fastcgi_main_conf_t, caches), 717 u->caches = &fmcf->caches; in ngx_http_fastcgi_handler() 2683 if (ngx_array_init(&conf->caches, cf->pool, 4, in ngx_http_fastcgi_create_main_conf()
|
| H A D | ngx_http_proxy_module.c | 14 ngx_array_t caches; /* ngx_http_file_cache_t * */ member 477 offsetof(ngx_http_proxy_main_conf_t, caches), 909 u->caches = &pmcf->caches; in ngx_http_proxy_handler() 2794 if (ngx_array_init(&conf->caches, cf->pool, 4, in ngx_http_proxy_create_main_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 335 ngx_array_t *caches; member
|
| H A D | ngx_http_upstream.c | 998 ngx_http_file_cache_t **caches; in ngx_http_upstream_cache_get() local 1015 caches = u->caches->elts; in ngx_http_upstream_cache_get() 1017 for (i = 0; i < u->caches->nelts; i++) { in ngx_http_upstream_cache_get() 1018 name = &caches[i]->shm_zone->shm.name; in ngx_http_upstream_cache_get() 1023 *cache = caches[i]; in ngx_http_upstream_cache_get()
|
| H A D | ngx_http_file_cache.c | 2316 ngx_array_t *caches; in ngx_http_file_cache_set_slot() local 2611 caches = (ngx_array_t *) (confp + cmd->offset); in ngx_http_file_cache_set_slot() 2613 ce = ngx_array_push(caches); in ngx_http_file_cache_set_slot()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | cpu-capacity.txt | 37 max frequency (with caches enabled). The obtained DMIPS score is then divided
|
| H A D | idle-states.yaml | 114 the worst case since it depends on the CPU operating conditions, i.e. caches
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 219 /* TLS is used to map arenas and magazine caches to threads. */
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | sys_reqs.rst | 154 and therefore less Translation Lookaside Buffers (TLBs, high speed translation caches),
|