Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c217 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 Dstack.rst9 large per-lcore caches, the mbufs will likely stay in the per-lcore caches and
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst102 …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 Dgraph_lib.rst36 caches misses.
H A Dmulti_proc_support.rst170 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 Dqcom,llcc.yaml16 SoC, the idea is to minimize the local caches at the clients and migrate to
H A Dqcom,idle-state.txt49 modes. In a hierarchical power domain SoC, this means L2 and other caches can
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DREADME21 synchronously and that, for example, disk caches are flushed.
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpamu.txt61 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 Dti,davinci-rproc.txt12 like L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
H A Dti,k3-dsp-rproc.yaml18 L1 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory
H A Dti,keystone-rproc.txt9 and/or L2 caches/SRAMs, an Interrupt Controller, an external memory controller,
H A Dti,omap-remoteproc.yaml19 caches, an Interrupt Controller, a Cache Controller etc.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst771 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 Dngx_http_scgi_module.c15 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 Dngx_http_uwsgi_module.c16 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 Dngx_http_fastcgi_module.c14 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 Dngx_http_proxy_module.c14 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 Dngx_http_upstream.h335 ngx_array_t *caches; member
H A Dngx_http_upstream.c998 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 Dngx_http_file_cache.c2316 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 Dcpu-capacity.txt37 max frequency (with caches enabled). The obtained DMIPS score is then divided
H A Didle-states.yaml114 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 Djemalloc_internal_defs.h.in219 /* TLS is used to map arenas and magazine caches to threads. */
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst154 and therefore less Translation Lookaside Buffers (TLBs, high speed translation caches),

12