list              770 ompi/debuggers/ompi_msgq_dll.c     extra->next_msg.opal_list_t_pos.list = 0;
list              832 ompi/debuggers/ompi_msgq_dll.c                                     mqs_opal_list_t_pos* position, mqs_taddr_t list )
list              837 ompi/debuggers/ompi_msgq_dll.c     position->list = list;
list              838 ompi/debuggers/ompi_msgq_dll.c     position->sentinel = position->list + i_info->opal_list_t.offset.opal_list_sentinel;
list              845 ompi/debuggers/ompi_msgq_dll.c                          "current_item = 0x%llx\n", (long long)position->list,
list              876 ompi/debuggers/ompi_msgq_dll.c     printf( "position->opal_list_t_pos.list         = 0x%llx\n", (long long)position->opal_list_t_pos.list );
list               75 ompi/debuggers/ompi_msgq_dll_defs.h     mqs_taddr_t list;
list              175 ompi/group/group.c int ompi_group_minloc ( int list[] , int length )
list              178 ompi/group/group.c     min = list[0];
list              182 ompi/group/group.c         if (min > list[i] && list[i] != -1) {
list              183 ompi/group/group.c             min = list[i];
list              326 ompi/group/group.h int ompi_group_minloc (int list[], int length);
list              178 ompi/mca/io/romio321/romio/adio/common/strfns.c     va_list list;
list              180 ompi/mca/io/romio321/romio/adio/common/strfns.c     va_start(list, format);
list              233 ompi/mca/io/romio321/romio/adio/common/strfns.c 		val = va_arg( list, int );
list              254 ompi/mca/io/romio321/romio/adio/common/strfns.c 		val = va_arg( list, int );
list              274 ompi/mca/io/romio321/romio/adio/common/strfns.c 		val = va_arg( list, void * );
list              293 ompi/mca/io/romio321/romio/adio/common/strfns.c 		s_arg = va_arg( list, char * );
list              308 ompi/mca/io/romio321/romio/adio/common/strfns.c     va_end(list);
list              324 ompi/mca/mtl/ofi/mtl_ofi_component.c is_in_list(char **list, char *item)
list              328 ompi/mca/mtl/ofi/mtl_ofi_component.c     if ((NULL == list) || (NULL == item)) {
list              332 ompi/mca/mtl/ofi/mtl_ofi_component.c     while (NULL != list[i]) {
list              333 ompi/mca/mtl/ofi/mtl_ofi_component.c         if (0 == strncmp(item, list[i], strlen(list[i]))) {
list               43 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               46 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_prq_cancel - list: %x req: %x\n", list, req);
list               49 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_prq_node* elem = list->head;
list               77 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                             list->head = elem->next;
list               81 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                             list->tail = prev;
list               83 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                         elem->next = list->pool;
list               84 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                         list->pool = elem;
list               87 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 list->size--;
list               97 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list              103 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_prq_node* elem = list->head;
list              124 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_prq_node* elem = list->head;
list              160 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                                 list->head = elem->next;
list              164 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                                 list->tail = prev;
list              166 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                             elem->next = list->pool;
list              167 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                             list->pool = elem;
list              170 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                     list->size--;
list              183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              204 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_prq_append list: %x mask: %x tag: %x peer: %x\n", list, mask_tag, tag, source);
list              208 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     if((!list->tail) || list->tail->end == PRQ_SIZE-1)
list              210 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         if(list->pool)
list              212 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem = list->pool;
list              213 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->pool = list->pool->next;
list              231 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         if(list->tail)
list              233 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail->next = elem;
list              234 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail = elem;
list              238 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->head = elem;
list              239 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail = elem;
list              243 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem = list->tail;
list              250 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->size++;
list              256 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline int custom_match_prq_size(custom_match_prq* list)
list              258 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     return list->size;
list              266 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_prq* list = malloc(sizeof(custom_match_prq));
list              267 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->head = 0;
list              268 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->tail = 0;
list              269 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->pool = 0;
list              270 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->size = 0;
list              271 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     return list;
list              274 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              280 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     while(list->head)
list              282 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         elem = list->head;
list              283 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         list->head = list->head->next;
list              286 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     while(list->pool)
list              288 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         elem = list->pool;
list              289 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         list->pool = list->pool->next;
list              292 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     free(list);
list              295 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_print(custom_match_prq* list)
list              301 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     for(elem = list->head; elem; elem = elem->next)
list              312 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              321 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     for(elem = list->head; elem; elem = elem->next)
list              369 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              371 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              375 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              377 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_umq_dump(list);
list              381 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_umq_node* elem = list->head;
list              423 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              443 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 list->head = elem->next;
list              447 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h                 list->tail = prev;
list              449 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem->next = list->pool;
list              450 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->pool = elem;
list              453 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->size--;
list              456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              459 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list, payload, tag, source);
list              463 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->size++;
list              464 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     if((!list->tail) || list->tail->end == UMQ_SIZE-1)
list              466 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         if(list->pool)
list              471 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             elem = list->pool;
list              472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->pool = list->pool->next;
list              490 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         if(list->tail)
list              493 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail->next = elem;
list              494 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail = elem;
list              499 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->head = elem;
list              500 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h             list->tail = elem;
list              504 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     elem = list->tail;
list              510 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_umq_dump(list);
list              519 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     custom_match_umq* list = malloc(sizeof(custom_match_umq));
list              520 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->head = 0;
list              521 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->tail = 0;
list              522 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->pool = 0;
list              523 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     list->size = 0;
list              524 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     return list;
list              527 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              533 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     while(list->head)
list              535 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         elem = list->head;
list              536 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         list->head = list->head->next;
list              539 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     while(list->pool)
list              541 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         elem = list->pool;
list              542 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h         list->pool = list->pool->next;
list              545 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     free(list);
list              548 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline int custom_match_umq_size(custom_match_umq* list)
list              550 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     return list->size;
list              553 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              561 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_arrays.h     for(elem = list->head; elem; elem = elem->next)
list               39 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               42 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_cancel - list: %x req: %x\n", list, req);
list               46 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_prq_node* elem = list->head;
list               73 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                             list->head = elem->next;
list               77 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                             list->tail = prev;
list               79 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                         elem->next = list->pool;
list               80 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                         list->pool = elem;
list               83 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 list->size--;
list               93 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list               96 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
list               99 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_prq_node* elem = list->head;
list              116 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              128 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              135 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_prq_node* elem = list->head;
list              177 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                                 list->head = elem->next;
list              181 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                                 list->tail = prev;
list              183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                             elem->next = list->pool;
list              184 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                             list->pool = elem;
list              187 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                     list->size--;
list              189 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                     printf("Index: %d Found list: %x tag: %x peer: %x\n", i, list, req->req_tag, req->req_peer);
list              202 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              216 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
list              220 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     if((!list->tail) || list->tail->end == 63)
list              225 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(list->pool)
list              227 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             elem = list->pool;
list              228 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->pool = list->pool->next;
list              240 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(list->tail)
list              242 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail->next = elem;
list              243 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail = elem;
list              247 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->head = elem;
list              248 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail = elem;
list              252 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     elem = list->tail;
list              257 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->size++;
list              263 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline int custom_match_prq_size(custom_match_prq* list)
list              265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     return list->size;
list              273 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_prq* list = _mm_malloc(sizeof(custom_match_prq),64);
list              274 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->head = 0;
list              275 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->tail = 0;
list              276 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->pool = 0;
list              277 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->size = 0;
list              278 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     return list;
list              281 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              287 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     while(list->head)
list              289 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         elem = list->head;
list              290 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         list->head = list->head->next;
list              293 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     while(list->pool)
list              295 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         elem = list->pool;
list              296 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         list->pool = list->pool->next;
list              299 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     _mm_free(list);
list              302 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_print(custom_match_prq* list)
list              308 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     for(elem = list->head; elem; elem = elem->next)
list              319 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              328 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     for(elem = list->head; elem; elem = elem->next)
list              373 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              375 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              378 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              380 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_umq_dump(list);
list              385 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_umq_node* elem = list->head;
list              414 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              431 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              450 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 list->head = elem->next;
list              454 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h                 list->tail = prev;
list              456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             elem->next = list->pool;
list              457 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->pool = elem;
list              460 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->size--;
list              463 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              469 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              473 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->size++;
list              474 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     if((!list->tail) || list->tail->end == 63)
list              476 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(list->pool)
list              481 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             elem = list->pool;
list              482 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->pool = list->pool->next;
list              496 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         if(list->tail)
list              499 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail->next = elem;
list              500 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail = elem;
list              505 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->head = elem;
list              506 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h             list->tail = elem;
list              510 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     elem = list->tail;
list              515 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_umq_dump(list);
list              524 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     custom_match_umq* list = _mm_malloc(sizeof(custom_match_umq),64);
list              525 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->head = 0;
list              526 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->tail = 0;
list              527 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->pool = 0;
list              528 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     list->size = 0;
list              529 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     return list;
list              532 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              538 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     while(list->head)
list              540 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         elem = list->head;
list              541 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         list->head = list->head->next;
list              544 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     while(list->pool)
list              546 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         elem = list->pool;
list              547 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h         list->pool = list->pool->next;
list              550 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     _mm_free(list);
list              553 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline int custom_match_umq_size(custom_match_umq* list)
list              555 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     return list->size;
list              558 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              566 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     for(elem = list->head; elem; elem = elem->next)
list               39 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               42 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_cancel - list: %x req: %x\n", list, req);
list               46 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_prq_node* elem = list->head;
list               73 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                             list->head = elem->next;
list               77 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                             list->tail = prev;
list               79 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                         elem->next = list->pool;
list               80 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                         list->pool = elem;
list               83 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 list->size--;
list               93 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list               96 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
list               99 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_prq_node* elem = list->head;
list              116 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              128 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              135 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_prq_node* elem = list->head;
list              171 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                                 list->head = elem->next;
list              175 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                                 list->tail = prev;
list              177 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                             elem->next = list->pool;
list              178 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                             list->pool = elem;
list              181 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                     list->size--;
list              183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                     printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              210 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
list              214 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     if((!list->tail) || list->tail->end == 31)
list              216 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(list->pool)
list              218 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             elem = list->pool;
list              219 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->pool = list->pool->next;
list              231 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(list->tail)
list              233 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail->next = elem;
list              234 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail = elem;
list              238 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->head = elem;
list              239 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail = elem;
list              243 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     elem = list->tail;
list              248 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->size++;
list              255 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline int custom_match_prq_size(custom_match_prq* list)
list              257 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     return list->size;
list              265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_prq* list = _mm_malloc(sizeof(custom_match_prq),64);
list              266 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->head = 0;
list              267 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->tail = 0;
list              268 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->pool = 0;
list              269 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->size = 0;
list              270 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     return list;
list              273 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              279 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     while(list->head)
list              281 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         elem = list->head;
list              282 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         list->head = list->head->next;
list              285 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     while(list->pool)
list              287 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         elem = list->pool;
list              288 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         list->pool = list->pool->next;
list              291 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     _mm_free(list);
list              294 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_print(custom_match_prq* list)
list              300 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     for(elem = list->head; elem; elem = elem->next)
list              311 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              320 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     for(elem = list->head; elem; elem = elem->next)
list              365 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              367 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              370 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              371 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_umq_dump(list);
list              375 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_umq_node* elem = list->head;
list              405 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              422 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              441 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 list->head = elem->next;
list              445 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h                 list->tail = prev;
list              447 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             elem->next = list->pool;
list              448 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->pool = elem;
list              451 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->size--;
list              454 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              460 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              464 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->size++;
list              465 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     if((!list->tail) || list->tail->end == 31)
list              467 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(list->pool)
list              472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             elem = list->pool;
list              473 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->pool = list->pool->next;
list              487 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         if(list->tail)
list              492 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail->next = elem;
list              493 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail = elem;
list              500 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->head = elem;
list              501 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h             list->tail = elem;
list              505 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     elem = list->tail;
list              510 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_umq_dump(list);
list              519 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     custom_match_umq* list = _mm_malloc(sizeof(custom_match_umq),64);
list              520 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->head = 0;
list              521 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->tail = 0;
list              522 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->pool = 0;
list              523 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     list->size = 0;
list              524 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     return list;
list              527 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              533 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     while(list->head)
list              535 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         elem = list->head;
list              536 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         list->head = list->head->next;
list              539 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     while(list->pool)
list              541 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         elem = list->pool;
list              542 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h         list->pool = list->pool->next;
list              545 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     _mm_free(list);
list              548 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline int custom_match_umq_size(custom_match_umq* list)
list              550 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     return list->size;
list              553 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              561 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     for(elem = list->head; elem; elem = elem->next)
list               39 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               42 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_cancel - list: %x req: %x\n", list, req);
list               45 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_prq_node* elem = list->head;
list               71 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                             list->head = elem->next;
list               75 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                             list->tail = prev;
list               77 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                         elem->next = list->pool;
list               78 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                         list->pool = elem;
list               81 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 list->size--;
list               91 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list               94 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
list               97 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_prq_node* elem = list->head;
list              115 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              127 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              130 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              134 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_prq_node* elem = list->head;
list              171 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                                 list->head = elem->next;
list              175 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                                 list->tail = prev;
list              177 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                             elem->next = list->pool;
list              178 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                             list->pool = elem;
list              181 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                     list->size--;
list              183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                     printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              196 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              221 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
list              225 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     if((!list->tail) || list->tail->end == 15)
list              227 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(list->pool)
list              229 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             elem = list->pool;
list              230 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->pool = list->pool->next;
list              242 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(list->tail)
list              244 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail->next = elem;
list              245 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail = elem;
list              249 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->head = elem;
list              250 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail = elem;
list              254 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     elem = list->tail;
list              259 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->size++;
list              265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline int custom_match_prq_size(custom_match_prq* list)
list              267 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     return list->size;
list              275 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_prq* list = _mm_malloc(sizeof(custom_match_prq),64);
list              276 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->head = 0;
list              277 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->tail = 0;
list              278 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->pool = 0;
list              279 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->size = 0;
list              280 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     return list;
list              283 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              289 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     while(list->head)
list              291 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         elem = list->head;
list              292 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         list->head = list->head->next;
list              295 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     while(list->pool)
list              297 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         elem = list->pool;
list              298 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         list->pool = list->pool->next;
list              301 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     _mm_free(list);
list              304 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_print(custom_match_prq* list)
list              310 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     for(elem = list->head; elem; elem = elem->next)
list              321 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              329 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     for(elem = list->head; elem; elem = elem->next)
list              374 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              376 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              379 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              380 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_umq_dump(list);
list              384 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_umq_node* elem = list->head;
list              423 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                         printf("Found list: %x tag: %x peer: %x\n", list, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              440 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              459 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 list->head = elem->next;
list              463 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h                 list->tail = prev;
list              465 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             elem->next = list->pool;
list              466 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->pool = elem;
list              469 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->size--;
list              472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              478 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
list              482 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->size++;
list              483 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     if((!list->tail) || list->tail->end == 15)
list              485 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(list->pool)
list              490 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             elem = list->pool;
list              491 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->pool = list->pool->next;
list              505 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         if(list->tail)
list              510 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail->next = elem;
list              511 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail = elem;
list              518 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->head = elem;
list              519 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h             list->tail = elem;
list              523 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     elem = list->tail;
list              528 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_umq_dump(list);
list              537 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     custom_match_umq* list = _mm_malloc(sizeof(custom_match_umq),64);
list              538 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->head = 0;
list              539 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->tail = 0;
list              540 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->pool = 0;
list              541 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     list->size = 0;
list              542 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     return list;
list              545 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              551 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     while(list->head)
list              553 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         elem = list->head;
list              554 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         list->head = list->head->next;
list              557 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     while(list->pool)
list              559 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         elem = list->pool;
list              560 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         list->pool = list->pool->next;
list              563 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     _mm_free(list);
list              566 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline int custom_match_umq_size(custom_match_umq* list)
list              568 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     return list->size;
list              571 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              579 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     for(elem = list->head; elem; elem = elem->next)
list               38 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               41 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_cancel - list: %x req: %x\n", list, req);
list               44 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_prq_node* elem = list->head;
list               62 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h                 list->head = elem->next;
list               66 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h                 list->tail = prev;
list               68 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             elem->next = list->pool;
list               69 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             list->pool = elem;
list               70 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             list->size--;
list               79 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list               82 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_find_verify list: %x tag: %x peer: %x\n", list, tag, peer);
list               84 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_prq_node* elem = list->head;
list              100 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              103 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_find_dequeue_verify list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              106 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_prq_node* elem = list->head;
list              127 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h                 list->head = elem->next;
list              131 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h                 list->tail = prev;
list              133 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             elem->next = list->pool;
list              134 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             list->pool = elem;
list              136 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             printf("%x == %x added to the pool\n", elem, list->pool);
list              138 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             list->size--;
list              141 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             printf("Found list: %x tag: %x peer: %x\n", list, req->req_tag, req->req_peer);
list              152 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              173 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_prq_append list: %x tag: %x soruce: %x tag: %x peer: %x\n", list, tag, source, req->req_tag, req->req_peer);
list              178 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("%x next elem in the pool\n", list->pool);
list              180 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(list->pool)
list              182 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->pool;
list              183 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->pool = list->pool->next;
list              190 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(list->tail)
list              192 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail->next = elem;
list              193 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail = elem;
list              197 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->head = elem;
list              198 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail = elem;
list              201 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem = list->tail;
list              207 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->size++;
list              213 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline int custom_match_prq_size(custom_match_prq* list)
list              215 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     return list->size;
list              223 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_prq* list = malloc(sizeof(custom_match_prq));
list              224 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->head = 0;
list              225 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->tail = 0;
list              226 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->pool = 0;
list              227 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->size = 0;
list              228 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     return list;
list              231 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              239 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     while(list->head)
list              241 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->head;
list              242 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->head = list->head->next;
list              246 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     while(list->pool)
list              248 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->pool;
list              249 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->pool = list->pool->next;
list              253 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     free(list);
list              259 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_print(custom_match_prq* list)
list              265 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     for(elem = list->head; elem; elem = elem->next)
list              273 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              282 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     for(elem = list->head; elem; elem = elem->next)
list              324 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              326 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              329 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_umq_find_verify_hold list: %x:%d tag: %x peer: %x\n", list, list->size, tag, peer);
list              330 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_umq_dump(list);
list              333 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_umq_node* elem = list->head;
list              358 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h             printf("Found list: %x tag: %x peer: %x\n", list, tag, peer);
list              372 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              386 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->head = elem->next;
list              390 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail = prev;
list              392 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem->next = list->pool;
list              393 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->pool = elem;
list              394 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->size--;
list              397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              400 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     printf("custom_match_umq_append list: %x payload: %x tag: %d src: %d\n", list,  payload, tag, source);
list              404 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->size++;
list              405 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(list->pool)
list              410 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->pool;
list              411 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->pool = list->pool->next;
list              421 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     if(list->tail)
list              426 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail->next = elem;
list              427 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail = elem;
list              434 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->head = elem;
list              435 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->tail = elem;
list              438 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     elem = list->tail;
list              443 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_umq_dump(list);
list              452 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     custom_match_umq* list = malloc(sizeof(custom_match_umq));
list              453 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->head = 0;
list              454 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->tail = 0;
list              455 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->pool = 0;
list              456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     list->size = 0;
list              457 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     return list;
list              460 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              468 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     while(list->head)
list              470 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->head;
list              471 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->head = list->head->next;
list              475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     while(list->pool)
list              477 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         elem = list->pool;
list              478 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h         list->pool = list->pool->next;
list              482 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     free(list);
list              488 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline int custom_match_umq_size(custom_match_umq* list)
list              490 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     return list->size;
list              493 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              501 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_linkedlist.h     for(elem = list->head; elem; elem = elem->next)
list               41 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline int custom_match_prq_cancel(custom_match_prq* list, void* req)
list               44 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_cancel - list: %p req: %p\n", (void *) list, req);
list               47 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_prq_node* elem = list->head;
list               75 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                             list->head = elem->next;
list               79 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                             list->tail = prev;
list               81 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                         elem->next = list->pool;
list               82 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                         list->pool = elem;
list               85 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 list->size--;
list               95 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_prq_find_verify(custom_match_prq* list, int tag, int peer)
list               98 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_find_verify list: %p tag: %x peer: %x\n", (void *) list, tag, peer);
list              101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_prq_node* elem = list->head;
list              118 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                     printf("Found list: %p tag: %x peer: %x\n", (void *) list, req->req_tag, req->req_peer);
list              129 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_prq_find_dequeue_verify(custom_match_prq* list, int tag, int peer)
list              132 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_find_dequeue_verify list: %p:%d tag: %x peer: %x\n", (void *) list, list->size, tag, peer);
list              136 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_prq_node* elem = list->head;
list              175 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                                 list->head = elem->next;
list              179 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                                 list->tail = prev;
list              181 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                             elem->next = list->pool;
list              182 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                             list->pool = elem;
list              185 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                     list->size--;
list              187 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                     printf("Found list: %p tag: %x peer: %x\n", (void *) list, req->req_tag, req->req_peer);
list              200 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_prq_append(custom_match_prq* list, void* payload, int tag, int source)
list              221 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_prq_append list: %p mask_src: %x mask_tag: %x tag: %x peer: %x\n", (void *) list,
list              226 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     if((!list->tail) || list->tail->end == 15)
list              228 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(list->pool)
list              230 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             elem = list->pool;
list              231 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->pool = list->pool->next;
list              249 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(list->tail)
list              251 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail->next = elem;
list              252 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail = elem;
list              256 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->head = elem;
list              257 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail = elem;
list              261 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     elem = list->tail;
list              268 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->size++;
list              274 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline int custom_match_prq_size(custom_match_prq* list)
list              276 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     return list->size;
list              284 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_prq* list = _mm_malloc(sizeof(custom_match_prq),64);
list              285 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->head = 0;
list              286 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->tail = 0;
list              287 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->pool = 0;
list              288 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->size = 0;
list              289 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     return list;
list              292 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_prq_destroy(custom_match_prq* list)
list              298 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     while(list->head)
list              300 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem = list->head;
list              301 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         list->head = list->head->next;
list              304 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     while(list->pool)
list              306 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem = list->pool;
list              307 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         list->pool = list->pool->next;
list              310 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     _mm_free(list);
list              313 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_print(custom_match_prq* list)
list              319 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     for(elem = list->head; elem; elem = elem->next)
list              331 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_prq_dump(custom_match_prq* list)
list              339 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     for(elem = list->head; elem; elem = elem->next)
list              385 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_dump(custom_match_umq* list);
list              387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void* custom_match_umq_find_verify_hold(custom_match_umq* list, int tag, int peer, custom_match_umq_node** hold_prev, custom_match_umq_node** hold_elem, int* hold_index)
list              390 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_umq_find_verify_hold list: %p:%d tag: %x peer: %x\n", (void *) list, list->size, tag, peer);
list              391 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_umq_dump(list);
list              395 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_umq_node* elem = list->head;
list              442 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_remove_hold(custom_match_umq* list, custom_match_umq_node* prev, custom_match_umq_node* elem, int i)
list              462 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 list->head = elem->next;
list              466 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h                 list->tail = prev;
list              468 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             elem->next = list->pool;
list              469 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->pool = elem;
list              472 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->size--;
list              475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_append(custom_match_umq* list, int tag, int source, void* payload)
list              483 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     printf("custom_match_umq_append list: %p payload: %p tag: %d src: %d\n", (void *) list, payload,
list              488 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->size++;
list              489 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     if((!list->tail) || list->tail->end == 15)
list              491 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(list->pool)
list              493 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             elem = list->pool;
list              494 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->pool = list->pool->next;
list              506 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         if(list->tail)
list              508 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail->next = elem;
list              509 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail = elem;
list              513 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->head = elem;
list              514 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h             list->tail = elem;
list              518 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     elem = list->tail;
list              524 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_umq_dump(list);
list              533 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     custom_match_umq* list = _mm_malloc(sizeof(custom_match_umq),64);
list              534 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->head = 0;
list              535 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->tail = 0;
list              536 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->pool = 0;
list              537 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     list->size = 0;
list              538 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     return list;
list              541 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_destroy(custom_match_umq* list)
list              547 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     while(list->head)
list              549 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem = list->head;
list              550 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         list->head = list->head->next;
list              553 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     while(list->pool)
list              555 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         elem = list->pool;
list              556 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h         list->pool = list->pool->next;
list              559 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     _mm_free(list);
list              562 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline int custom_match_umq_size(custom_match_umq* list)
list              564 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     return list->size;
list              567 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h static inline void custom_match_umq_dump(custom_match_umq* list)
list              572 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     for (custom_match_umq_node *elem = list->head; elem; elem = elem->next) {
list               30 ompi/mca/pml/v/pml_v_output.h     va_list list;
list               33 ompi/mca/pml/v/pml_v_output.h     va_start(list, fmt);
list               34 ompi/mca/pml/v/pml_v_output.h     ret = opal_vasprintf(&str, fmt, list);
list               39 ompi/mca/pml/v/pml_v_output.h     va_end(list);
list               61 ompi/mca/pml/v/pml_v_output.h     va_list list;
list               64 ompi/mca/pml/v/pml_v_output.h     va_start(list, fmt);
list               65 ompi/mca/pml/v/pml_v_output.h     ret = opal_vasprintf(&str, fmt, list);
list               69 ompi/mca/pml/v/pml_v_output.h     va_end(list);
list               73 ompi/mca/pml/v/pml_v_output.h     va_list list;
list               76 ompi/mca/pml/v/pml_v_output.h     va_start(list, fmt);
list               77 ompi/mca/pml/v/pml_v_output.h     ret = opal_vasprintf(&str, fmt, list);
list               81 ompi/mca/pml/v/pml_v_output.h     va_end(list);
list               88 ompi/mca/pml/v/pml_v_output.h     va_list list;
list               89 ompi/mca/pml/v/pml_v_output.h     va_start(list, fmt);
list               90 ompi/mca/pml/v/pml_v_output.h     va_end(list);
list               95 ompi/mca/pml/v/pml_v_output.h     va_list list;
list               96 ompi/mca/pml/v/pml_v_output.h     va_start(list, fmt);
list               97 ompi/mca/pml/v/pml_v_output.h     va_end(list);
list              446 ompi/mca/topo/treematch/treematch/tm_tree.c void add_to_list(group_list_t *list, tm_tree_t **cur_group, int arity, double val)
list              463 ompi/mca/topo/treematch/treematch/tm_tree.c   elem = new_group_list(tab, val, list->next);
list              464 ompi/mca/topo/treematch/treematch/tm_tree.c   list->next = elem;
list              465 ompi/mca/topo/treematch/treematch/tm_tree.c   list->val++;
list              470 ompi/mca/topo/treematch/treematch/tm_tree.c 			       tm_tree_t **cur_group, group_list_t *list)
list              478 ompi/mca/topo/treematch/treematch/tm_tree.c     add_to_list(list, cur_group, arity, val);
list              488 ompi/mca/topo/treematch/treematch/tm_tree.c       list_all_possible_groups(aff_mat, tab_node, i+1, arity, depth+1, cur_group, list);
list              622 ompi/mca/topo/treematch/treematch/tm_tree.c void  delete_group_list(group_list_t *list)
list              625 ompi/mca/topo/treematch/treematch/tm_tree.c   if(list){
list              626 ompi/mca/topo/treematch/treematch/tm_tree.c     delete_group_list(list->next);
list              627 ompi/mca/topo/treematch/treematch/tm_tree.c     FREE(list->tab);
list              628 ompi/mca/topo/treematch/treematch/tm_tree.c     FREE(list);
list             1428 ompi/mca/topo/treematch/treematch/tm_tree.c void list_to_tab(group_list_t *list, group_list_t **tab, int n)
list             1432 ompi/mca/topo/treematch/treematch/tm_tree.c     if(!list){
list             1437 ompi/mca/topo/treematch/treematch/tm_tree.c     tab[n-i-1] = list;
list             1439 ompi/mca/topo/treematch/treematch/tm_tree.c     list = list->next;
list             1441 ompi/mca/topo/treematch/treematch/tm_tree.c   if(list){
list             1774 ompi/mca/topo/treematch/treematch/tm_tree.c   group_list_t list, **best_selection = NULL, **tab_group = NULL;
list             1826 ompi/mca/topo/treematch/treematch/tm_tree.c     list.next = NULL;
list             1827 ompi/mca/topo/treematch/treematch/tm_tree.c     list.val = 0; /*number of elements in the list*/
list             1831 ompi/mca/topo/treematch/treematch/tm_tree.c     list_all_possible_groups(cost_mat, tab_node, 0, arity, 0, cur_group, &list);
list             1832 ompi/mca/topo/treematch/treematch/tm_tree.c     list_size = (int)list.val;
list             1835 ompi/mca/topo/treematch/treematch/tm_tree.c     list_to_tab(list.next, tab_group, nb_groups);
list             1940 ompi/mca/topo/treematch/treematch/tm_tree.c     delete_group_list((&list)->next);
list              124 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! Wasn't that simple?  Here's the list of subroutines that are not
list               34 ompi/patterns/net/netpatterns_base.c     va_list list;
list               37 ompi/patterns/net/netpatterns_base.c     va_start(list, fmt);
list               38 ompi/patterns/net/netpatterns_base.c     ret = vfprintf(stderr, fmt, list);
list               39 ompi/patterns/net/netpatterns_base.c     va_end(list);
list               81 opal/class/opal_list.c static void opal_list_construct(opal_list_t *list)
list               88 opal/class/opal_list.c     OBJ_CONSTRUCT( &(list->opal_list_sentinel), opal_list_item_t );
list               89 opal/class/opal_list.c     list->opal_list_sentinel.opal_list_item_refcount  = 1;
list               90 opal/class/opal_list.c     list->opal_list_sentinel.opal_list_item_belong_to = list;
list               93 opal/class/opal_list.c     list->opal_list_sentinel.opal_list_next = &list->opal_list_sentinel;
list               94 opal/class/opal_list.c     list->opal_list_sentinel.opal_list_prev = &list->opal_list_sentinel;
list               95 opal/class/opal_list.c     list->opal_list_length = 0;
list              103 opal/class/opal_list.c static void opal_list_destruct(opal_list_t *list)
list              105 opal/class/opal_list.c     opal_list_construct(list);
list              112 opal/class/opal_list.c bool opal_list_insert(opal_list_t *list, opal_list_item_t *item, long long idx)
list              118 opal/class/opal_list.c     if ( idx >= (long long)list->opal_list_length ) {
list              124 opal/class/opal_list.c         opal_list_prepend(list, item);
list              133 opal/class/opal_list.c         ptr = list->opal_list_sentinel.opal_list_next;
list              149 opal/class/opal_list.c         item->opal_list_item_belong_to = list;
list              153 opal/class/opal_list.c     list->opal_list_length++;
list              231 opal/class/opal_list.c int opal_list_sort(opal_list_t* list, opal_list_item_compare_fn_t compare)
list              237 opal/class/opal_list.c     if (0 == list->opal_list_length) {
list              241 opal/class/opal_list.c                                        list->opal_list_length);
list              247 opal/class/opal_list.c     while(NULL != (item = opal_list_remove_first(list))) {
list              254 opal/class/opal_list.c         opal_list_append(list,items[i]);
list              173 opal/class/opal_list.h #define OPAL_LIST_DESTRUCT(list)                                  \
list              176 opal/class/opal_list.h         if (1 == ((opal_object_t*)(list))->obj_reference_count) { \
list              177 opal/class/opal_list.h           while (NULL != (it = opal_list_remove_first(list))) {   \
list              181 opal/class/opal_list.h         OBJ_DESTRUCT(list);                                       \
list              184 opal/class/opal_list.h #define OPAL_LIST_RELEASE(list)                                   \
list              187 opal/class/opal_list.h         if (1 == ((opal_object_t*)(list))->obj_reference_count) { \
list              188 opal/class/opal_list.h           while (NULL != (it = opal_list_remove_first(list))) {   \
list              192 opal/class/opal_list.h         OBJ_RELEASE(list);                                        \
list              213 opal/class/opal_list.h #define OPAL_LIST_FOREACH(item, list, type)                             \
list              214 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_next ;      \
list              215 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
list              235 opal/class/opal_list.h #define OPAL_LIST_FOREACH_REV(item, list, type)                         \
list              236 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_prev ;      \
list              237 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
list              259 opal/class/opal_list.h #define OPAL_LIST_FOREACH_SAFE(item, next, list, type)                  \
list              260 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_next,       \
list              262 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
list              284 opal/class/opal_list.h #define OPAL_LIST_FOREACH_SAFE_REV(item, prev, list, type)              \
list              285 opal/class/opal_list.h   for (item = (type *) (list)->opal_list_sentinel.opal_list_prev,       \
list              287 opal/class/opal_list.h        item != (type *) &(list)->opal_list_sentinel ;                   \
list              303 opal/class/opal_list.h static inline bool opal_list_is_empty(opal_list_t* list)
list              305 opal/class/opal_list.h     return (list->opal_list_sentinel.opal_list_next ==
list              306 opal/class/opal_list.h         &(list->opal_list_sentinel) ? true : false);
list              324 opal/class/opal_list.h static inline opal_list_item_t* opal_list_get_first(opal_list_t* list)
list              326 opal/class/opal_list.h     opal_list_item_t* item = (opal_list_item_t*)list->opal_list_sentinel.opal_list_next;
list              331 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
list              351 opal/class/opal_list.h static inline opal_list_item_t* opal_list_get_last(opal_list_t* list)
list              353 opal/class/opal_list.h     opal_list_item_t* item = (opal_list_item_t *)list->opal_list_sentinel.opal_list_prev;
list              358 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
list              381 opal/class/opal_list.h static inline opal_list_item_t* opal_list_get_begin(opal_list_t* list)
list              383 opal/class/opal_list.h     return &(list->opal_list_sentinel);
list              403 opal/class/opal_list.h static inline opal_list_item_t* opal_list_get_end(opal_list_t* list)
list              405 opal/class/opal_list.h     return &(list->opal_list_sentinel);
list              428 opal/class/opal_list.h static inline size_t opal_list_get_size(opal_list_t* list)
list              438 opal/class/opal_list.h     for (item = opal_list_get_first(list) ;
list              439 opal/class/opal_list.h          item != opal_list_get_end(list) ;
list              444 opal/class/opal_list.h     if (check_len != list->opal_list_length) {
list              451 opal/class/opal_list.h     return list->opal_list_length;
list              477 opal/class/opal_list.h   (opal_list_t *list, opal_list_item_t *item)
list              484 opal/class/opal_list.h     for (item_ptr = opal_list_get_first(list);
list              485 opal/class/opal_list.h             item_ptr != opal_list_get_end(list);
list              493 opal/class/opal_list.h         fprintf(stderr," Warning :: opal_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
list              498 opal/class/opal_list.h     assert( list == item->opal_list_item_belong_to );
list              507 opal/class/opal_list.h     list->opal_list_length--;
list              543 opal/class/opal_list.h static inline void _opal_list_append(opal_list_t *list, opal_list_item_t *item
list              549 opal/class/opal_list.h     opal_list_item_t* sentinel = &(list->opal_list_sentinel);
list              572 opal/class/opal_list.h   list->opal_list_length++;
list              580 opal/class/opal_list.h   item->opal_list_item_belong_to = list;
list              598 opal/class/opal_list.h static inline void opal_list_prepend(opal_list_t *list,
list              601 opal/class/opal_list.h     opal_list_item_t* sentinel = &(list->opal_list_sentinel);
list              622 opal/class/opal_list.h   list->opal_list_length++;
list              630 opal/class/opal_list.h   item->opal_list_item_belong_to = list;
list              651 opal/class/opal_list.h static inline opal_list_item_t *opal_list_remove_first(opal_list_t *list)
list              658 opal/class/opal_list.h   if ( 0 == list->opal_list_length ) {
list              665 opal/class/opal_list.h   assert(1 == list->opal_list_sentinel.opal_list_next->opal_list_item_refcount);
list              669 opal/class/opal_list.h   list->opal_list_length--;
list              672 opal/class/opal_list.h   item = (opal_list_item_t *) list->opal_list_sentinel.opal_list_next;
list              678 opal/class/opal_list.h   list->opal_list_sentinel.opal_list_next = item->opal_list_next;
list              681 opal/class/opal_list.h   assert( list == item->opal_list_item_belong_to );
list              713 opal/class/opal_list.h static inline opal_list_item_t *opal_list_remove_last(opal_list_t *list)
list              720 opal/class/opal_list.h   if ( 0 == list->opal_list_length ) {
list              727 opal/class/opal_list.h   assert(1 == list->opal_list_sentinel.opal_list_prev->opal_list_item_refcount);
list              731 opal/class/opal_list.h   list->opal_list_length--;
list              734 opal/class/opal_list.h   item = (opal_list_item_t *) list->opal_list_sentinel.opal_list_prev;
list              740 opal/class/opal_list.h   list->opal_list_sentinel.opal_list_prev = item->opal_list_prev;
list              743 opal/class/opal_list.h   assert( list == item->opal_list_item_belong_to );
list              766 opal/class/opal_list.h static inline void opal_list_insert_pos(opal_list_t *list, opal_list_item_t *pos,
list              786 opal/class/opal_list.h     list->opal_list_length++;
list              794 opal/class/opal_list.h     item->opal_list_item_belong_to = list;
list              816 opal/class/opal_list.h   OPAL_DECLSPEC bool opal_list_insert(opal_list_t *list, opal_list_item_t *item,
list              911 opal/class/opal_list.h     OPAL_DECLSPEC int opal_list_sort(opal_list_t* list, opal_list_item_compare_fn_t compare);
list               50 opal/datatype/opal_datatype_internal.h    va_list list;
list               52 opal/datatype/opal_datatype_internal.h    va_start( list, fmt );
list               53 opal/datatype/opal_datatype_internal.h    opal_output_vverbose( 0, opal_datatype_dfd, fmt, list );
list               54 opal/datatype/opal_datatype_internal.h    va_end( list );
list               38 opal/mca/base/mca_base_parse_paramfile.c int mca_base_parse_paramfile(const char *paramfile, opal_list_t *list)
list               41 opal/mca/base/mca_base_parse_paramfile.c     _param_list = list;
list              348 opal/mca/base/mca_base_var.c int mca_base_var_process_env_list(char *list, char ***argv)
list              361 opal/mca/base/mca_base_var.c     if (NULL != list) {
list              362 opal/mca/base/mca_base_var.c         process_env_list(list, argv, sep);
list              742 opal/mca/base/mca_base_var.h OPAL_DECLSPEC int mca_base_var_process_env_list(char *list, char ***argv);
list              126 opal/mca/base/mca_base_vari.h OPAL_DECLSPEC int mca_base_parse_paramfile(const char *paramfile, opal_list_t *list);
list               40 opal/mca/btl/base/btl_base_error.c     va_list list;
list               43 opal/mca/btl/base/btl_base_error.c     va_start(list, fmt);
list               44 opal/mca/btl/base/btl_base_error.c     ret = vfprintf(stderr, fmt, list);
list               45 opal/mca/btl/base/btl_base_error.c     va_end(list);
list               52 opal/mca/btl/base/btl_base_error.c     va_list list;
list               55 opal/mca/btl/base/btl_base_error.c     va_start(list, fmt);
list               56 opal/mca/btl/base/btl_base_error.c     ret = vfprintf(stdout, fmt, list);
list               57 opal/mca/btl/base/btl_base_error.c     va_end(list);
list               36 opal/mca/btl/self/btl_self_frag.c     frag->list = &mca_btl_self_component.self_frags_eager;
list               43 opal/mca/btl/self/btl_self_frag.c     frag->list = &mca_btl_self_component.self_frags_send;
list               50 opal/mca/btl/self/btl_self_frag.c     frag->list = &mca_btl_self_component.self_frags_rdma;
list               38 opal/mca/btl/self/btl_self_frag.h     opal_free_list_t *list;
list               72 opal/mca/btl/self/btl_self_frag.h         opal_free_list_return ((frag)->list, (opal_free_list_item_t*)(frag)); \
list              199 opal/mca/btl/ugni/btl_ugni_frag.h                                                                  opal_free_list_t *list)
list              201 opal/mca/btl/ugni/btl_ugni_frag.h     mca_btl_ugni_base_frag_t *frag = (mca_btl_ugni_base_frag_t *) opal_free_list_get (list);
list               62 opal/mca/btl/usnic/btl_usnic_compat.h #define USNIC_COMPAT_FREE_LIST_GET(list, item) \
list               63 opal/mca/btl/usnic/btl_usnic_compat.h     (item) = opal_free_list_get((list))
list               64 opal/mca/btl/usnic/btl_usnic_compat.h #define USNIC_COMPAT_FREE_LIST_RETURN(list, item) \
list               65 opal/mca/btl/usnic/btl_usnic_compat.h     opal_free_list_return((list), (item))
list              102 opal/mca/btl/vader/btl_vader_frag.h static inline int mca_btl_vader_frag_alloc (mca_btl_vader_frag_t **frag, opal_free_list_t *list,
list              104 opal/mca/btl/vader/btl_vader_frag.h     *frag = (mca_btl_vader_frag_t *) opal_free_list_get (list);
list              306 opal/mca/common/ucx/common_ucx_wpool.c _wpool_list_put(opal_common_ucx_wpool_t *wpool, opal_list_t *list,
list              319 opal/mca/common/ucx/common_ucx_wpool.c     opal_list_append(list, &item->super);
list              326 opal/mca/common/ucx/common_ucx_wpool.c _wpool_list_get(opal_common_ucx_wpool_t *wpool, opal_list_t *list)
list              332 opal/mca/common/ucx/common_ucx_wpool.c     if (!opal_list_is_empty(list)) {
list              333 opal/mca/common/ucx/common_ucx_wpool.c         item = (_winfo_list_item_t *)opal_list_get_first(list);
list              334 opal/mca/common/ucx/common_ucx_wpool.c         opal_list_remove_item(list, &item->super);
list               85 opal/mca/common/ucx/common_ucx_wpool_int.h static int _wpool_list_put(opal_common_ucx_wpool_t *wpool, opal_list_t *list,
list               87 opal/mca/common/ucx/common_ucx_wpool_int.h static int _wpool_list_put(opal_common_ucx_wpool_t *wpool, opal_list_t *list,
list               90 opal/mca/common/ucx/common_ucx_wpool_int.h                                        opal_list_t *list);
list             2032 opal/mca/event/libevent2022/libevent/evdns.c 	struct server_reply_item *victim, *next, **list;
list             2036 opal/mca/event/libevent2022/libevent/evdns.c 			list = &req->answer;
list             2038 opal/mca/event/libevent2022/libevent/evdns.c 			list = &req->authority;
list             2040 opal/mca/event/libevent2022/libevent/evdns.c 			list = &req->additional;
list             2042 opal/mca/event/libevent2022/libevent/evdns.c 		victim = *list;
list             2051 opal/mca/event/libevent2022/libevent/evdns.c 		*list = NULL;
list             1010 opal/mca/hwloc/base/hwloc_base_util.c     char **range, **list;
list             1054 opal/mca/hwloc/base/hwloc_base_util.c                 list = opal_argv_split(range[0], ',');
list             1055 opal/mca/hwloc/base/hwloc_base_util.c                 for (j=0; NULL != list[j]; j++) {
list             1056 opal/mca/hwloc/base/hwloc_base_util.c                     core_id = atoi(list[j]);
list             1061 opal/mca/hwloc/base/hwloc_base_util.c                         opal_argv_free(list);
list             1069 opal/mca/hwloc/base/hwloc_base_util.c                 opal_argv_free(list);
list             1113 opal/mca/hwloc/base/hwloc_base_util.c     char **range, **list;
list             1195 opal/mca/hwloc/base/hwloc_base_util.c                     list = opal_argv_split(range[0], ',');
list             1196 opal/mca/hwloc/base/hwloc_base_util.c                     for (j=0; NULL != list[j]; j++) {
list             1197 opal/mca/hwloc/base/hwloc_base_util.c                         core_id = atoi(list[j]);
list             1203 opal/mca/hwloc/base/hwloc_base_util.c                             opal_argv_free(list);
list             1209 opal/mca/hwloc/base/hwloc_base_util.c                     opal_argv_free(list);
list              670 opal/mca/pmix/ext2x/ext2x.c     opal_list_t *list;
list              818 opal/mca/pmix/ext2x/ext2x.c             list = (opal_list_t*)kv->data.ptr;
list              822 opal/mca/pmix/ext2x/ext2x.c             v->data.darray->size = opal_list_get_size(list);
list              827 opal/mca/pmix/ext2x/ext2x.c                 OPAL_LIST_FOREACH(val, list, opal_value_t) {
list              743 opal/mca/pmix/ext3x/ext3x.c     opal_list_t *list;
list              898 opal/mca/pmix/ext3x/ext3x.c             list = (opal_list_t*)kv->data.ptr;
list              902 opal/mca/pmix/ext3x/ext3x.c             v->data.darray->size = opal_list_get_size(list);
list              907 opal/mca/pmix/ext3x/ext3x.c                 OPAL_LIST_FOREACH(val, list, opal_value_t) {
list               82 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c static void pmix_list_construct(pmix_list_t *list)
list               89 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     PMIX_CONSTRUCT( &(list->pmix_list_sentinel), pmix_list_item_t );
list               90 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_sentinel.pmix_list_item_refcount  = 1;
list               91 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_sentinel.pmix_list_item_belong_to = list;
list               94 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_sentinel.pmix_list_next = &list->pmix_list_sentinel;
list               95 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_sentinel.pmix_list_prev = &list->pmix_list_sentinel;
list               96 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_length = 0;
list              104 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c static void pmix_list_destruct(pmix_list_t *list)
list              106 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     pmix_list_construct(list);
list              113 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c bool pmix_list_insert(pmix_list_t *list, pmix_list_item_t *item, long long idx)
list              119 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     if ( idx >= (long long)list->pmix_list_length ) {
list              125 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         pmix_list_prepend(list, item);
list              134 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         ptr = list->pmix_list_sentinel.pmix_list_next;
list              150 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         item->pmix_list_item_belong_to = list;
list              154 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     list->pmix_list_length++;
list              232 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c int pmix_list_sort(pmix_list_t* list, pmix_list_item_compare_fn_t compare)
list              238 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     if (0 == list->pmix_list_length) {
list              242 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c                                        list->pmix_list_length);
list              248 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c     while(NULL != (item = pmix_list_remove_first(list))) {
list              255 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c         pmix_list_append(list,items[i]);
list              171 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_DESTRUCT(list)                                \
list              174 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         while (NULL != (it = pmix_list_remove_first(list))) {   \
list              177 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         PMIX_DESTRUCT(list);                                     \
list              180 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_RELEASE(list)                                 \
list              183 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         while (NULL != (it = pmix_list_remove_first(list))) {   \
list              186 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         PMIX_RELEASE(list);                                      \
list              207 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH(item, list, type)                             \
list              208 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_next ;      \
list              209 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
list              229 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_REV(item, list, type)                         \
list              230 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_prev ;      \
list              231 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
list              253 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_SAFE(item, next, list, type)                  \
list              254 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_next,       \
list              256 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
list              278 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h #define PMIX_LIST_FOREACH_SAFE_REV(item, prev, list, type)              \
list              279 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   for (item = (type *) (list)->pmix_list_sentinel.pmix_list_prev,       \
list              281 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h        item != (type *) &(list)->pmix_list_sentinel ;                   \
list              297 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline bool pmix_list_is_empty(pmix_list_t* list)
list              299 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return (list->pmix_list_sentinel.pmix_list_next ==
list              300 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         &(list->pmix_list_sentinel) ? true : false);
list              318 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t* pmix_list_get_first(pmix_list_t* list)
list              320 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* item = (pmix_list_item_t*)list->pmix_list_sentinel.pmix_list_next;
list              325 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
list              345 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t* pmix_list_get_last(pmix_list_t* list)
list              347 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* item = (pmix_list_item_t *)list->pmix_list_sentinel.pmix_list_prev;
list              352 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
list              375 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t* pmix_list_get_begin(pmix_list_t* list)
list              377 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return &(list->pmix_list_sentinel);
list              397 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t* pmix_list_get_end(pmix_list_t* list)
list              399 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return &(list->pmix_list_sentinel);
list              422 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline size_t pmix_list_get_size(pmix_list_t* list)
list              432 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     for (item = pmix_list_get_first(list) ;
list              433 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h          item != pmix_list_get_end(list) ;
list              438 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     if (check_len != list->pmix_list_length) {
list              445 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     return list->pmix_list_length;
list              471 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   (pmix_list_t *list, pmix_list_item_t *item)
list              478 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     for (item_ptr = pmix_list_get_first(list);
list              479 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h             item_ptr != pmix_list_get_end(list);
list              487 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h         fprintf(stderr," Warning :: pmix_list_remove_item - the item %p is not on the list %p \n",(void*) item, (void*) list);
list              492 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     assert( list == item->pmix_list_item_belong_to );
list              501 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     list->pmix_list_length--;
list              537 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline void _pmix_list_append(pmix_list_t *list, pmix_list_item_t *item
list              543 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* sentinel = &(list->pmix_list_sentinel);
list              566 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_length++;
list              574 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = list;
list              592 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline void pmix_list_prepend(pmix_list_t *list,
list              595 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     pmix_list_item_t* sentinel = &(list->pmix_list_sentinel);
list              616 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_length++;
list              624 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item->pmix_list_item_belong_to = list;
list              645 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t *pmix_list_remove_first(pmix_list_t *list)
list              652 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   if ( 0 == list->pmix_list_length ) {
list              659 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(1 == list->pmix_list_sentinel.pmix_list_next->pmix_list_item_refcount);
list              663 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_length--;
list              666 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item = list->pmix_list_sentinel.pmix_list_next;
list              672 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_sentinel.pmix_list_next = item->pmix_list_next;
list              675 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( list == item->pmix_list_item_belong_to );
list              707 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline pmix_list_item_t *pmix_list_remove_last(pmix_list_t *list)
list              714 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   if ( 0 == list->pmix_list_length ) {
list              721 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert(1 == list->pmix_list_sentinel.pmix_list_prev->pmix_list_item_refcount);
list              725 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_length--;
list              728 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   item = list->pmix_list_sentinel.pmix_list_prev;
list              734 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   list->pmix_list_sentinel.pmix_list_prev = item->pmix_list_prev;
list              737 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   assert( list == item->pmix_list_item_belong_to );
list              760 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h static inline void pmix_list_insert_pos(pmix_list_t *list, pmix_list_item_t *pos,
list              780 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     list->pmix_list_length++;
list              788 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     item->pmix_list_item_belong_to = list;
list              810 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h   bool pmix_list_insert(pmix_list_t *list, pmix_list_item_t *item,
list              905 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.h     int pmix_list_sort(pmix_list_t* list, pmix_list_item_compare_fn_t compare);
list               36 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     pmix_list_t *list;
list               53 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     p->list = NULL;
list              108 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         if (NULL == rb->list) {
list              118 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_list_remove_item(rb->list, &rb->hdlr->super);
list              154 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         if (NULL == rb->list) {
list              164 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_list_remove_item(rb->list, &rb->hdlr->super);
list              295 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     cd2->list = cd->list;
list              622 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         cd->list = NULL;
list              692 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         cd->list = &pmix_globals.events.default_events;
list              704 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             cd->list = &pmix_globals.events.single_events;
list              706 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             cd->list = &pmix_globals.events.multi_events;
list              734 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c     if (0 == pmix_list_get_size(cd->list) ||
list              736 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         pmix_list_prepend(cd->list, &evhdlr->super);
list              739 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         ev = (pmix_event_hdlr_t*)pmix_list_get_first(cd->list);
list              749 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         pmix_list_prepend(cd->list, &evhdlr->super);
list              752 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         ev = (pmix_event_hdlr_t*)pmix_list_get_last(cd->list);
list              762 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         pmix_list_append(cd->list, &evhdlr->super);
list              767 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         ev = (pmix_event_hdlr_t*)pmix_list_get_first(cd->list);
list              771 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 pmix_list_insert_pos(cd->list, &ev->super, &evhdlr->super);
list              774 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 pmix_list_append(cd->list, &evhdlr->super);
list              777 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_list_prepend(cd->list, &evhdlr->super);
list              783 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         ev = (pmix_event_hdlr_t*)pmix_list_get_last(cd->list);
list              785 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_list_insert_pos(cd->list, &ev->super, &evhdlr->super);
list              787 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             pmix_list_append(cd->list, &evhdlr->super);
list              792 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c         PMIX_LIST_FOREACH(ev, cd->list, pmix_event_hdlr_t) {
list              799 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                     pmix_list_insert_pos(cd->list, &ev->super, &evhdlr->super);
list              804 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                         pmix_list_insert_pos(cd->list, &ev->super, &evhdlr->super);
list              807 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                         pmix_list_append(cd->list, &evhdlr->super);
list               39 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_parse_paramfile.c int pmix_mca_base_parse_paramfile(const char *paramfile, pmix_list_t *list)
list               42 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_parse_paramfile.c     _param_list = list;
list              123 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_vari.h int pmix_mca_base_parse_paramfile(const char *paramfile, pmix_list_t *list);
list               53 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     pmix_list_t list;
list               66 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     PMIX_CONSTRUCT(&p->list, pmix_list_t);
list               85 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     PMIX_LIST_DESTRUCT(&p->list);
list              123 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c     PMIX_LIST_FOREACH_SAFE(cd, next, &trk->list, pmix_event_caddy_t) {
list              135 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         pmix_list_remove_item(&trk->list, &cd->super);
list              150 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         pmix_list_append(&trk->list, &cd->super);
list              168 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         pmix_list_append(&trk->list, &cd->super);
list              187 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_progress_threads.c         pmix_list_append(&trk->list, &cd->super);
list               98 opal/mca/pmix/pmix4x/pmix/src/util/path.c static char *list_env_get(char *var, char **list);
list              353 opal/mca/pmix/pmix4x/pmix/src/util/path.c static char *list_env_get(char *var, char **list)
list              357 opal/mca/pmix/pmix4x/pmix/src/util/path.c     if (NULL != list) {
list              360 opal/mca/pmix/pmix4x/pmix/src/util/path.c         while (NULL != *list) {
list              361 opal/mca/pmix/pmix4x/pmix/src/util/path.c             if ((0 == strncmp(var, *list, n)) && ('=' == (*list)[n])) {
list              362 opal/mca/pmix/pmix4x/pmix/src/util/path.c                 return (*list + n + 1);
list              364 opal/mca/pmix/pmix4x/pmix/src/util/path.c             ++list;
list              742 opal/mca/pmix/pmix4x/pmix4x.c     opal_list_t *list;
list              897 opal/mca/pmix/pmix4x/pmix4x.c             list = (opal_list_t*)kv->data.ptr;
list              901 opal/mca/pmix/pmix4x/pmix4x.c             v->data.darray->size = opal_list_get_size(list);
list              906 opal/mca/pmix/pmix4x/pmix4x.c                 OPAL_LIST_FOREACH(val, list, opal_value_t) {
list               81 opal/util/bipartite_graph_internal.h #define LIST_FOREACH_CONTAINED(item, list, type, member)		\
list               82 opal/util/bipartite_graph_internal.h     for (item = container_of( (list)->opal_list_sentinel.opal_list_next, type, member ); \
list               83 opal/util/bipartite_graph_internal.h 	 &item->member != &(list)->opal_list_sentinel;			\
list               87 opal/util/bipartite_graph_internal.h #define LIST_FOREACH_SAFE_CONTAINED(item, next, list, type, member)	\
list               88 opal/util/bipartite_graph_internal.h     for (item = container_of( (list)->opal_list_sentinel.opal_list_next, type, member ), \
list               91 opal/util/bipartite_graph_internal.h 	 &item->member != &(list)->opal_list_sentinel;			\
list               87 opal/util/info_subscriber.c     opal_list_t *list = NULL;
list               90 opal/util/info_subscriber.c         (void**) &next_key, &key_size, (void**) &list, &node);
list               91 opal/util/info_subscriber.c     while (list && err == OPAL_SUCCESS) {
list               92 opal/util/info_subscriber.c         OPAL_LIST_RELEASE(list);
list               95 opal/util/info_subscriber.c           (void**) &next_key, &key_size, (void**) &list, node, &node);
list              114 opal/util/info_subscriber.c     opal_list_t *list = NULL;
list              127 opal/util/info_subscriber.c         opal_hash_table_get_value_ptr(table, key, strlen(key), (void**) &list);
list              129 opal/util/info_subscriber.c         if (list) {
list              131 opal/util/info_subscriber.c             OPAL_LIST_FOREACH(item, list, opal_callback_list_item_t) {
list              178 opal/util/info_subscriber.c     opal_list_t *list = NULL;
list              190 opal/util/info_subscriber.c                 strlen(testing_keys[i]), (void**) &list);
list              191 opal/util/info_subscriber.c             if (list) {
list              192 opal/util/info_subscriber.c                 OPAL_LIST_FOREACH(item, list, opal_callback_list_item_t) {
list              202 opal/util/info_subscriber.c             list = NULL;
list              222 opal/util/info_subscriber.c             &key_size, (void**) &list, &node);
list              223 opal/util/info_subscriber.c         while (list && err == OPAL_SUCCESS) {
list              225 opal/util/info_subscriber.c             OPAL_LIST_FOREACH(item1, list, opal_callback_list_item_t) {
list              226 opal/util/info_subscriber.c                 OPAL_LIST_FOREACH(item2, list, opal_callback_list_item_t) {
list              243 opal/util/info_subscriber.c                 (void**) &next_key, &key_size, (void**) &list, node, &node);
list              351 opal/util/info_subscriber.c     opal_list_t *list = NULL;
list              371 opal/util/info_subscriber.c         opal_hash_table_get_value_ptr(table, key, strlen(key), (void**) &list);
list              373 opal/util/info_subscriber.c         if (!list) {
list              374 opal/util/info_subscriber.c             list = OBJ_NEW(opal_list_t);
list              375 opal/util/info_subscriber.c             opal_hash_table_set_value_ptr(table, key, strlen(key), list);
list              386 opal/util/info_subscriber.c         opal_list_append(list, (opal_list_item_t*) callback_list_item);
list              100 opal/util/path.c static char *list_env_get(char *var, char **list);
list              352 opal/util/path.c static char *list_env_get(char *var, char **list)
list              356 opal/util/path.c     if (NULL != list) {
list              359 opal/util/path.c         while (NULL != *list) {
list              360 opal/util/path.c             if ((0 == strncmp(var, *list, n)) && ('=' == (*list)[n])) {
list              361 opal/util/path.c                 return (*list + n + 1);
list              363 opal/util/path.c             ++list;
list               48 orte/mca/schizo/slurm/schizo_slurm.c     char *bind, *list, *ptr;
list              109 orte/mca/schizo/slurm/schizo_slurm.c             if (NULL != (list = getenv("SLURM_CPU_BIND_LIST")) &&
list              110 orte/mca/schizo/slurm/schizo_slurm.c                 NULL != (ptr = strchr(list, 'x'))) {
list             1036 orte/mca/state/base/state_base_fns.c     char path[1024], info[256], **list=NULL, *status, *result, *r2;
list             1078 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "cloexec");
list             1081 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "append");
list             1084 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "nonblock");
list             1093 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "rdonly");
list             1095 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "wronly");
list             1097 orte/mca/state/base/state_base_fns.c             opal_argv_append_nosize(&list, "rdwr");
list             1101 orte/mca/state/base/state_base_fns.c                 opal_argv_append_nosize(&list, "wrlock");
list             1103 orte/mca/state/base/state_base_fns.c                 opal_argv_append_nosize(&list, "rdlock");
list             1106 orte/mca/state/base/state_base_fns.c         if (NULL != list) {
list             1107 orte/mca/state/base/state_base_fns.c             status = opal_argv_join(list, ' ');
list             1108 orte/mca/state/base/state_base_fns.c             opal_argv_free(list);
list             1109 orte/mca/state/base/state_base_fns.c             list = NULL;
list               66 orte/orted/pmix/pmix_server_register_fns.c     char **list, **procs, **micro, *tmp, *regex;
list              127 orte/orted/pmix/pmix_server_register_fns.c     list = NULL;
list              133 orte/orted/pmix/pmix_server_register_fns.c             opal_argv_append_nosize(&list, node->name);
list              152 orte/orted/pmix/pmix_server_register_fns.c     if (NULL != list) {
list              153 orte/orted/pmix/pmix_server_register_fns.c         tmp = opal_argv_join(list, ',');
list              154 orte/orted/pmix/pmix_server_register_fns.c         opal_argv_free(list);
list              155 orte/orted/pmix/pmix_server_register_fns.c         list = NULL;
list              241 orte/test/mpi/interlib.c     opal_list_t list;
list              276 orte/test/mpi/interlib.c     OBJ_CONSTRUCT(&list, opal_list_t);
list              281 orte/test/mpi/interlib.c     opal_list_append(&list, &kptr->super);
list              282 orte/test/mpi/interlib.c     opal_pmix.publish(&list);
list              283 orte/test/mpi/interlib.c     OPAL_LIST_DESTRUCT(&list);
list               48 orte/util/name_fns.c static void orte_namelist_construct(orte_namelist_t* list)
list               50 orte/util/name_fns.c     list->name.jobid = ORTE_JOBID_INVALID;
list               51 orte/util/name_fns.c     list->name.vpid = ORTE_VPID_INVALID;
list               55 orte/util/name_fns.c static void orte_namelist_destructor(orte_namelist_t* list)
list              299 orte/util/session_dir.c         char **list;
list              304 orte/util/session_dir.c         list = opal_argv_split(orte_prohibited_session_dirs, ',');
list              305 orte/util/session_dir.c         len = opal_argv_count(list);
list              309 orte/util/session_dir.c             if (0 == strncmp(orte_process_info.tmpdir_base, list[i], strlen(list[i]))) {
list              315 orte/util/session_dir.c                 opal_argv_free(list);
list              319 orte/util/session_dir.c         opal_argv_free(list);  /* done with this */
list               45 test/class/opal_list.c     opal_list_t list, x;
list               61 test/class/opal_list.c     OBJ_CONSTRUCT(&list, opal_list_t);
list               65 test/class/opal_list.c     list_size=opal_list_get_size(&list);
list               73 test/class/opal_list.c     if (opal_list_is_empty(&list)) {
list               90 test/class/opal_list.c         opal_list_append(&list,(opal_list_item_t *)(elements+i));
list               92 test/class/opal_list.c     list_size=opal_list_get_size(&list);
list              100 test/class/opal_list.c     if (!opal_list_is_empty(&list)) {
list              109 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              110 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              124 test/class/opal_list.c     ele = (test_data_t *) opal_list_get_first(&list);
list              132 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              133 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              145 test/class/opal_list.c     ele = (test_data_t *) opal_list_get_last(&list);
list              153 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              154 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              166 test/class/opal_list.c     ele = (test_data_t *) opal_list_remove_first(&list);
list              174 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              175 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              186 test/class/opal_list.c     opal_list_prepend(&list,(opal_list_item_t *)elements);
list              188 test/class/opal_list.c     ele = (test_data_t *) opal_list_get_first(&list);
list              196 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              197 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              209 test/class/opal_list.c     ele = (test_data_t *) opal_list_remove_last(&list);
list              217 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              218 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              229 test/class/opal_list.c     opal_list_append(&list,(opal_list_item_t *)(elements+size_elements-1));
list              231 test/class/opal_list.c     ele = (test_data_t *) opal_list_get_last(&list);
list              239 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              240 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              257 test/class/opal_list.c         opal_list_remove_item(&list,(opal_list_item_t *)(elements+indx));
list              271 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              272 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              283 test/class/opal_list.c     i=opal_list_insert(&list,(opal_list_item_t *)(elements+indx),indx);
list              291 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              292 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              303 test/class/opal_list.c     for(ele = (test_data_t *) opal_list_get_first(&list);
list              304 test/class/opal_list.c             ele != (test_data_t *) opal_list_get_end(&list);
list              317 test/class/opal_list.c     list_size = opal_list_get_size(&list);
list              318 test/class/opal_list.c     for (i = 0, item = opal_list_get_first(&list) ;
list              322 test/class/opal_list.c                      &list, item, opal_list_get_end(&list));
list              323 test/class/opal_list.c     tmp_size_1 = opal_list_get_size(&list);
list              333 test/class/opal_list.c     opal_list_join(&list, opal_list_get_end(&list), &x);
list              334 test/class/opal_list.c     tmp_size_1 = opal_list_get_size(&list);