bookmark          229 orte/mca/plm/base/plm_base_receive.c             if (NULL == parent->bookmark) {
bookmark          237 orte/mca/plm/base/plm_base_receive.c                     jdata->bookmark = proc->node;
bookmark          240 orte/mca/plm/base/plm_base_receive.c                 jdata->bookmark = parent->bookmark;
bookmark          469 orte/mca/rmaps/base/rmaps_base_map_job.c             parent->bookmark = jdata->bookmark;
bookmark          172 orte/mca/rmaps/base/rmaps_base_ranking.c                         jdata->bookmark = node;
bookmark          293 orte/mca/rmaps/base/rmaps_base_ranking.c                     jdata->bookmark = node;
bookmark          471 orte/mca/rmaps/base/rmaps_base_ranking.c                     jdata->bookmark = node;
bookmark          667 orte/mca/rmaps/base/rmaps_base_ranking.c                         jdata->bookmark = node;
bookmark          716 orte/mca/rmaps/base/rmaps_base_ranking.c                         jdata->bookmark = node;
bookmark          562 orte/mca/rmaps/base/rmaps_base_support_fns.c     if (NULL != jdata->bookmark) {
bookmark          570 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (node->index == jdata->bookmark->index) {
bookmark          192 orte/mca/rmaps/mindist/rmaps_mindist_module.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
bookmark          261 orte/mca/rmaps/ppr/rmaps_ppr.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
bookmark          131 orte/mca/rmaps/round_robin/rmaps_rr.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
bookmark          775 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c             jdata->bookmark = node;
bookmark           67 orte/runtime/data_type_support/orte_dt_packing_fns.c     int32_t i, j, count, bookmark;
bookmark          245 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (NULL == jobs[i]->bookmark) {
bookmark          246 orte/runtime/data_type_support/orte_dt_packing_fns.c             bookmark = -1;
bookmark          248 orte/runtime/data_type_support/orte_dt_packing_fns.c             bookmark = jobs[i]->bookmark->index;
bookmark          250 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &bookmark, 1, OPAL_INT32))) {
bookmark           64 orte/runtime/data_type_support/orte_dt_unpacking_fns.c     int32_t i, k, n, count, bookmark;
bookmark          243 orte/runtime/data_type_support/orte_dt_unpacking_fns.c                                             &bookmark, &n, OPAL_INT32))) {
bookmark          247 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (0 <= bookmark) {
bookmark          249 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             jobs[i]->bookmark = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, bookmark);
bookmark          631 orte/runtime/orte_globals.c     job->bookmark = NULL;
bookmark          340 orte/runtime/orte_globals.h     orte_node_t *bookmark;