Searched refs:get_elem_list (Results 1 – 1 of 1) sorted by relevance
122 static pool_elem_t **get_elem_list(const pool_conf_t *, int, uint_t *);582 if ((stc_elems = get_elem_list(stc, type, &stc_nelem)) == NULL) in process_lists()588 if ((dyn_elems = get_elem_list(dyn, type, &dyn_nelem)) == NULL) { in process_lists()666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) in get_elem_list() function