Searched refs:constructor (Results 1 – 6 of 6) sorted by relevance
21 cperf_constructor_t constructor; member
435 ctx[i] = cperf_testmap[test_data->test].constructor( in main()
235 * @param[in] constructor250 rte_swx_extern_type_constructor_t constructor,290 * Extern object constructor arguments.296 * -ENODEV: Extern object constructor error.
767 rte_swx_extern_type_constructor_t constructor, in rte_swx_pipeline_extern_type_register() argument783 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()
139 rte_swx_extern_type_constructor_t constructor; member
326 static void __attribute__((constructor(RTE_PRIO(prio)), used)) func(void)352 * The constructor will be run after prioritized constructors.