Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/dpdk/lib/librte_mempool/
H A Dmempool_trace_points.c43 lib.mempool.populate.iova)
46 lib.mempool.populate.virt)
49 lib.mempool.populate.default)
52 lib.mempool.populate.anon)
70 lib.mempool.ops.populate)
H A Drte_mempool_ops.c64 ops->populate = h->populate; in rte_mempool_register_ops()
139 if (ops->populate == NULL) in rte_mempool_ops_populate()
144 return ops->populate(mp, max_objs, vaddr, iova, len, obj_cb, in rte_mempool_ops_populate()
H A Drte_mempool.h630 rte_mempool_populate_t populate; member
/f-stack/app/redis-5.0.5/tests/unit/
H A Dscan.tcl4 r debug populate 1000
22 r debug populate 1000
40 r debug populate 1000
172 r debug populate 100
H A Dmemefficiency.tcl49 r debug populate 700000 asdf 150
50 r debug populate 170000 asdf 300
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzimport.sh162 populate() { function
188 populate "$SRC_DIR" 10 100
299 populate "/$POOL_TAG/fs/" 10 100
309 populate "/$POOL_TAG/clone/" 10 100
H A Dzfs-tests.sh324 -c Only create and populate constrained path
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst205 and populate the either table depending on the value of variable ipv6.
207 …populate_ipv4_many_flow_into_table() function will populate the hash table with specified hash tab…
227 /* populate the ipv4 hash */
230 /* populate the ipv6 hash */
235 /* populate the ipv4 hash */
238 /* populate the ipv6 hash */
271 /* populate the LPM table */
/f-stack/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c202 .populate = octeontx_fpavf_populate,
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst465 * native: create and populate mempool using native DPDK memory
466 * anon: create mempool using native DPDK memory, but populate using
468 * xmem: create and populate mempool using externally and anonymously
470 * xmemhuge: create and populate mempool using externally and anonymously
/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c357 .populate = dpaa_populate,
/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c449 .populate = dpaa2_populate,
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dchosen.txt28 the Linux EFI stub (which will populate the property itself, using
/f-stack/freebsd/crypto/openssl/arm/
H A Dbsaes-armv7.S1106 @ populate the key schedule
1120 @ populate the key schedule
1362 @ populate the key schedule
1383 @ populate the key schedule
1606 @ populate the key schedule
2086 @ populate the key schedule
/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c1761 char *populate = genstr("hello", 331); in quicklistTest() local
1762 quicklistPushHead(ql, populate, 32); in quicklistTest()
1770 if (strcmp(populate, (char *)data)) in quicklistTest()
1772 data, populate); in quicklistTest()
/f-stack/freebsd/contrib/openzfs/tests/
H A DREADME.md85 -c Only create and populate constrained path
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst374 Now the new driver callbacks ``calc_mem_size`` and ``populate`` may be
530 A new callback ``populate`` has been added to ``rte_mempool_ops``
533 since its features are covered by ``calc_mem_size`` and ``populate``
536 since the new callback ``populate`` may be used instead of it.
H A Drelease_16_07.rst53 * Added new APIs to populate a mempool with memory.
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c660 .populate = bucket_populate,
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c891 .populate = otx2_npa_populate,
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt81 Recommended soc5200 child nodes; populate as needed for your board
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c1013 int populate; in vhost_user_set_mem_table() local
1135 populate = dev->async_copy ? MAP_POPULATE : 0; in vhost_user_set_mem_table()
1137 MAP_SHARED | populate, reg->fd, 0); in vhost_user_set_mem_table()
/f-stack/freebsd/kern/
H A Ddevice_if.m164 * bus driver) to help populate the bus device with a useful set of
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst333 The graph_nodes_mem_create() creates and populate this memory. The functions
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-apq8060-dragonboard.dts573 /* The EBI2 will instantiate first, then populate its children */

12