num_rooms 36 opal/class/opal_hotel.c assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 46 opal/class/opal_hotel.c int opal_hotel_init(opal_hotel_t *h, int num_rooms, num_rooms 55 opal/class/opal_hotel.c if (num_rooms <= 0 || num_rooms 60 opal/class/opal_hotel.c h->num_rooms = num_rooms; num_rooms 65 opal/class/opal_hotel.c h->rooms = (opal_hotel_room_t*)malloc(num_rooms * sizeof(opal_hotel_room_t)); num_rooms 68 opal/class/opal_hotel.c (opal_hotel_room_eviction_callback_arg_t*)malloc(num_rooms * sizeof(opal_hotel_room_eviction_callback_arg_t)); num_rooms 70 opal/class/opal_hotel.c h->unoccupied_rooms = (int*) malloc(num_rooms * sizeof(int)); num_rooms 71 opal/class/opal_hotel.c h->last_unoccupied_room = num_rooms - 1; num_rooms 73 opal/class/opal_hotel.c for (i = 0; i < num_rooms; ++i) { num_rooms 102 opal/class/opal_hotel.c h->num_rooms = 0; num_rooms 119 opal/class/opal_hotel.c for (i = 0; i < h->num_rooms; ++i) { num_rooms 112 opal/class/opal_hotel.h int num_rooms; num_rooms 157 opal/class/opal_hotel.h OPAL_DECLSPEC int opal_hotel_init(opal_hotel_t *hotel, int num_rooms, num_rooms 247 opal/class/opal_hotel.h assert(room_num < hotel->num_rooms); num_rooms 260 opal/class/opal_hotel.h assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 285 opal/class/opal_hotel.h assert(room_num < hotel->num_rooms); num_rooms 300 opal/class/opal_hotel.h assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 316 opal/class/opal_hotel.h if (hotel->last_unoccupied_room == hotel->num_rooms - 1) num_rooms 337 opal/class/opal_hotel.h assert(room_num < hotel->num_rooms); num_rooms 37 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 47 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c pmix_status_t pmix_hotel_init(pmix_hotel_t *h, int num_rooms, num_rooms 55 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c if (num_rooms <= 0 || num_rooms 60 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c h->num_rooms = num_rooms; num_rooms 65 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c h->rooms = (pmix_hotel_room_t*)malloc(num_rooms * sizeof(pmix_hotel_room_t)); num_rooms 68 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c (pmix_hotel_room_eviction_callback_arg_t*)malloc(num_rooms * sizeof(pmix_hotel_room_eviction_callback_arg_t)); num_rooms 70 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c h->unoccupied_rooms = (int*) malloc(num_rooms * sizeof(int)); num_rooms 71 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c h->last_unoccupied_room = num_rooms - 1; num_rooms 73 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c for (i = 0; i < num_rooms; ++i) { num_rooms 98 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c h->num_rooms = 0; num_rooms 115 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.c for (i = 0; i < h->num_rooms; ++i) { num_rooms 118 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h int num_rooms; num_rooms 162 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h PMIX_EXPORT pmix_status_t pmix_hotel_init(pmix_hotel_t *hotel, int num_rooms, num_rooms 252 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h assert(room_num < hotel->num_rooms); num_rooms 269 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 294 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h assert(room_num < hotel->num_rooms); num_rooms 314 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h assert(hotel->last_unoccupied_room < hotel->num_rooms); num_rooms 330 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h if (hotel->last_unoccupied_room == hotel->num_rooms - 1) num_rooms 351 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hotel.h assert(room_num < hotel->num_rooms); num_rooms 130 orte/orted/pmix/pmix_server.c orte_pmix_server_globals.num_rooms = -1; num_rooms 135 orte/orted/pmix/pmix_server.c &orte_pmix_server_globals.num_rooms); num_rooms 236 orte/orted/pmix/pmix_server.c if (-1 == orte_pmix_server_globals.num_rooms) { num_rooms 237 orte/orted/pmix/pmix_server.c orte_pmix_server_globals.num_rooms = orte_process_info.num_procs * 2; num_rooms 238 orte/orted/pmix/pmix_server.c if (orte_pmix_server_globals.num_rooms < ORTE_PMIX_SERVER_MIN_ROOMS) { num_rooms 239 orte/orted/pmix/pmix_server.c orte_pmix_server_globals.num_rooms = ORTE_PMIX_SERVER_MIN_ROOMS; num_rooms 243 orte/orted/pmix/pmix_server.c orte_pmix_server_globals.num_rooms, num_rooms 524 orte/orted/pmix/pmix_server.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 551 orte/orted/pmix/pmix_server.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 649 orte/orted/pmix/pmix_server.c for (rnum=0; rnum < orte_pmix_server_globals.reqs.num_rooms; rnum++) { num_rooms 119 orte/orted/pmix/pmix_server_dyn.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 164 orte/orted/pmix/pmix_server_fence.c for (rnum=0; rnum < orte_pmix_server_globals.reqs.num_rooms; rnum++) { num_rooms 174 orte/orted/pmix/pmix_server_fence.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 190 orte/orted/pmix/pmix_server_fence.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 238 orte/orted/pmix/pmix_server_fence.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms); num_rooms 261 orte/orted/pmix/pmix_server_internal.h int num_rooms; num_rooms 174 orte/orted/pmix/pmix_server_pub.c orte_show_help("help-orted.txt", "noroom", true, req->operation, orte_pmix_server_globals.num_rooms);