callback_list_item_t   47 opal/memoryhooks/memory.c typedef struct callback_list_item_t callback_list_item_t;
callback_list_item_t   48 opal/memoryhooks/memory.c static OBJ_CLASS_INSTANCE(callback_list_item_t, opal_list_item_t, NULL, NULL);
callback_list_item_t  121 opal/memoryhooks/memory.c     callback_list_item_t *cbitem, *next;
callback_list_item_t  136 opal/memoryhooks/memory.c     OPAL_LIST_FOREACH_SAFE(cbitem, next, &release_cb_list, callback_list_item_t) {
callback_list_item_t  155 opal/memoryhooks/memory.c     callback_list_item_t *cbitem, *new_cbitem;
callback_list_item_t  165 opal/memoryhooks/memory.c     new_cbitem = OBJ_NEW(callback_list_item_t);
callback_list_item_t  179 opal/memoryhooks/memory.c     OPAL_LIST_FOREACH(cbitem, &release_cb_list, callback_list_item_t) {
callback_list_item_t  205 opal/memoryhooks/memory.c     callback_list_item_t *cbitem, *found_item = NULL;
callback_list_item_t  211 opal/memoryhooks/memory.c     OPAL_LIST_FOREACH(cbitem, &release_cb_list, callback_list_item_t) {