mca_patcher_linux_module   42 opal/mca/patcher/linux/patcher_linux.h extern mca_patcher_base_module_t mca_patcher_linux_module;
mca_patcher_linux_module   29 opal/mca/patcher/linux/patcher_linux_component.c     *module = &mca_patcher_linux_module.super;
mca_patcher_linux_module  300 opal/mca/patcher/linux/patcher_linux_module.c         opal_mutex_lock (&mca_patcher_linux_module.patch_list_mutex);
mca_patcher_linux_module  301 opal/mca/patcher/linux/patcher_linux_module.c         OPAL_LIST_FOREACH(patch, &mca_patcher_linux_module.patch_list, mca_patcher_linux_patch_t) {
mca_patcher_linux_module  309 opal/mca/patcher/linux/patcher_linux_module.c         opal_mutex_unlock (&mca_patcher_linux_module.patch_list_mutex);
mca_patcher_linux_module  359 opal/mca/patcher/linux/patcher_linux_module.c     opal_mutex_lock (&mca_patcher_linux_module.patch_list_mutex);
mca_patcher_linux_module  361 opal/mca/patcher/linux/patcher_linux_module.c         rc = mca_patcher_base_patch_hook (&mca_patcher_linux_module, patch->super.patch_value);
mca_patcher_linux_module  375 opal/mca/patcher/linux/patcher_linux_module.c         opal_list_append (&mca_patcher_linux_module.patch_list, &patch->super.super);
mca_patcher_linux_module  377 opal/mca/patcher/linux/patcher_linux_module.c     opal_mutex_unlock (&mca_patcher_linux_module.patch_list_mutex);
mca_patcher_linux_module  394 opal/mca/patcher/linux/patcher_linux_module.c mca_patcher_base_module_t mca_patcher_linux_module = {