Searched refs:element_props_init (Results 1 – 1 of 1) sorted by relevance
89 static int element_props_init(pool_prop_t *);297 if (element_props_init(system_props) == PO_FAIL) in internal_init()299 if (element_props_init(pool_props) == PO_FAIL) in internal_init()301 if (element_props_init(pset_props) == PO_FAIL) in internal_init()303 if (element_props_init(cpu_props) == PO_FAIL) in internal_init()311 element_props_init(pool_prop_t *props) in element_props_init() function