Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 11 of 11) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf.h29 cperf_constructor_t constructor; member
H A Dmain.c683 ctx[i] = cperf_testmap[opts.test].constructor( in main()
/dpdk/app/test-compress-perf/
H A Dcomp_perf.h21 cperf_constructor_t constructor; member
H A Dmain.c399 ctx[i] = cperf_testmap[test_data->test].constructor( in main()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.h194 rte_swx_extern_type_constructor_t constructor,
H A Drte_swx_pipeline.c688 rte_swx_extern_type_constructor_t constructor, in rte_swx_pipeline_extern_type_register() argument
704 CHECK(constructor, EINVAL); in rte_swx_pipeline_extern_type_register()
714 elem->constructor = constructor; in rte_swx_pipeline_extern_type_register()
785 obj_handle = type->constructor(args); in rte_swx_pipeline_extern_object_config()
H A Drte_swx_pipeline_internal.h127 rte_swx_extern_type_constructor_t constructor; member
/dpdk/lib/eal/include/
H A Drte_common.h186 static void __attribute__((constructor(RTE_PRIO(prio)), used)) func(void)
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst133 using the constructor scheme. The constructor scheme used here to support multi-process.
H A Dmbuf_lib.rst89 Fields initialized by the constructor do not need to be re-initialized at mbuf allocation.
H A Dcryptodev_lib.rst455 During pool creation ``rte_crypto_op_init()`` is called as a constructor to