Home
last modified time | relevance | path

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

/dpdk/app/test-compress-perf/
H A Dcomp_perf.h21 cperf_constructor_t constructor; member
H A Dmain.c435 ctx[i] = cperf_testmap[test_data->test].constructor( in main()
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.h235 * @param[in] constructor
250 rte_swx_extern_type_constructor_t constructor,
290 * Extern object constructor arguments.
296 * -ENODEV: Extern object constructor error.
H A Drte_swx_pipeline.c767 rte_swx_extern_type_constructor_t constructor, in rte_swx_pipeline_extern_type_register() argument
783 CHECK(constructor, EINVAL); in rte_swx_pipeline_extern_type_register()
793 elem->constructor = constructor; in rte_swx_pipeline_extern_type_register()
864 obj_handle = type->constructor(args); in rte_swx_pipeline_extern_object_config()
H A Drte_swx_pipeline_internal.h139 rte_swx_extern_type_constructor_t constructor; member
/dpdk/lib/eal/include/
H A Drte_common.h326 static void __attribute__((constructor(RTE_PRIO(prio)), used)) func(void)
352 * The constructor will be run after prioritized constructors.