Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 90) sorted by relevance

1234

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-resources.config93 /* Define CVMX_ENABLE_DFA_FUNCTIONS to allocate resources for the DFA functions */
108 /* Define CVMX_ENABLE_PKO_FUNCTIONS to allocate resources for the PKO functions */
171 /* Define CVMX_ENABLE_HELPER_FUNCTIONS to allocate resources for the helper functions */
183 /* Define CVMX_ENABLE_TIMER_FUNCTIONS to allocate resources for the timer functions */
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst59 Memory to allocate from hugepages on specific sockets. In dynamic memory mode,
73 Memory to allocate from hugepages, regardless of processor socket. It is
168 …anywhere in physical memory, and, although the DPDK EAL will attempt to allocate memory in contigu…
169 …ges will not be contiguous. In this case, the application is not able to allocate big memory pools.
174 Similarly, on a four socket system, to allocate 1 GB memory on each of sockets 0 and 2 only, the pa…
176 If the DPDK cannot allocate enough memory on each socket, the EAL initialization fails.
H A Dlinux_eal_parameters.rst70 This will allocate 1 gigabyte of memory on socket 0, and 2048 megabytes of
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-zlib.m45 dnl # This was done to avoid always having to allocate the maximum size
/f-stack/freebsd/contrib/device-tree/Bindings/gpu/
H A Daspeed-gfx.txt20 Phandle to a memory region to allocate from, as defined in
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Daspeed-video.txt20 phandle to a memory region to allocate from, as defined in
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst81 Memory to allocate from hugepages, regardless of processor socket.
86 Memory to allocate from hugepages on specific sockets.
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt18 coreboot to dynamically allocate data structures that remain resident.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst179 * QEMU fails to allocate memory on hugetlbfs, with an error like the
182 file_ram_alloc: can't mmap RAM pages: Cannot allocate memory
184 When running QEMU the above error indicates that it has failed to allocate
H A Dbbdev_app.rst107 * ``--socket-mem``: Memory to allocate on specific sockets (use comma separated values)
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst136 printf("Cannot allocate memory\n");
205 rte_exit(EXIT_FAILURE, "Could not allocate bit-rate data.\n");
265 rte_exit(EXIT_FAILURE, "Could not allocate latency data.\n");
H A Dcryptodev_lib.rst65 * ``socket_id`` - socket on which to allocate the device resources on.
105 /**< Socket to allocate resources on */
386 section, there is also the ability to allocate private memory with the
398 utilize the Mempool Library to allocate operation buffers. Therefore, it ensures
417 ``rte_crypto_op_alloc()`` and ``rte_crypto_op_bulk_alloc()`` are used to allocate
420 allocate to a user so the operation is always in a good known state before use
462 The Crypto device framework provides APIs to create session mempool and allocate
481 is used to allocate an uninitialized session from the given mempool.
649 allocate the descriptor from mempool, nor requiring mbufs to describe input
991 Like symmetric, the Crypto device framework provides APIs to allocate and initialize
[all …]
H A Dcompressdev.rst51 * ``socket_id`` - socket on which to allocate the device resources on.
89 PMD then can allocate resources accordingly on a specified socket.
166 Compression operations mempool also has an ability to allocate private memory with the
176 utilize the Mempool Library to allocate operation buffers. Therefore, it ensures
182 ``rte_comp_op_alloc()`` and ``rte_comp_op_bulk_alloc()`` are used to allocate
510 /* create an op pool and allocate ops */
H A Dmbuf_lib.rst9 The mbuf library provides the ability to allocate and free buffers (mbufs)
28 The advantage of the first method is that it only needs one operation to allocate/free the whole me…
67 The Buffer Manager uses the :ref:`Mempool Library <Mempool_Library>` to allocate buffers.
/f-stack/dpdk/doc/guides/mempool/
H A Dstack.rst12 packet-processing workloads (which allocate and free mbufs on different lcores)
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dmvsam.rst93 - ``socket_id``: socket on which to allocate the device resources on.
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra124-mc.yaml17 from internal clients and arbitrates among them to allocate memory bandwidth
H A Dnvidia,tegra186-mc.yaml17 and arbitrates among them to allocate memory bandwidth.
H A Dnvidia,tegra30-mc.yaml34 and arbitrates among them to allocate memory bandwidth for DDR3L and LPDDR2
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dmips-gic.txt30 If not specified, the driver will allocate the last 2 * number of VPEs in the
H A Dmti,gic.yaml58 allocate the last (2 * number of VPEs in the system).
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml159 memory non-cacheable transactions" into "cacheable no allocate" (for reads)
160 or "write through no write allocate" (for writes).
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in78 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst28 …he following output, indicating that there are no socket 0 hugepages to allocate the mbuf and ring…
37 … NUMA system, and sometimes the application initializes fine but cannot allocate memory. Why is th…
40 …ual memory is available, hence the number of hugepages they are able to allocate is also limited (…
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst21 to bulk allocate mbufs.
357 A crash could occur when failing to allocate private device context.
440 The vhost-switch often fails to allocate mbuf when dequeue from vring because it
477 * A new ``rte_lpm_config`` structure is used so the LPM library will allocate

1234