hwloc_component_finalize_cbs  315 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c static void (**hwloc_component_finalize_cbs)(unsigned long);
hwloc_component_finalize_cbs  341 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   hwloc_component_finalize_cbs = NULL;
hwloc_component_finalize_cbs  351 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     hwloc_component_finalize_cbs = calloc(hwloc_component_finalize_cb_count,
hwloc_component_finalize_cbs  352 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c 					  sizeof(*hwloc_component_finalize_cbs));
hwloc_component_finalize_cbs  353 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     assert(hwloc_component_finalize_cbs);
hwloc_component_finalize_cbs  374 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_component_finalize_cbs[hwloc_component_finalize_cb_count++] = hwloc_static_components[i]->finalize;
hwloc_component_finalize_cbs  402 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c       hwloc_component_finalize_cbs[hwloc_component_finalize_cb_count++] = desc->component->finalize;
hwloc_component_finalize_cbs  623 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c     hwloc_component_finalize_cbs[hwloc_component_finalize_cb_count-i-1](0);
hwloc_component_finalize_cbs  624 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   free(hwloc_component_finalize_cbs);
hwloc_component_finalize_cbs  625 opal/mca/hwloc/hwloc201/hwloc/hwloc/components.c   hwloc_component_finalize_cbs = NULL;