Searched refs:parents_clbs (Results 1 – 1 of 1) sorted by relevance
2141 static const get_parent_clb_t parents_clbs[13] = { in get_module_parent() local2164 if (index >= ARRAY_SIZE(parents_clbs)) { in get_module_parent()2169 if (parents_clbs[index] == NULL) { in get_module_parent()2174 return parents_clbs[index](module); in get_module_parent()