hint             1529 opal/mca/btl/usnic/btl_usnic_module.c     struct fi_info *hint;
hint             1531 opal/mca/btl/usnic/btl_usnic_module.c     hint = fi_dupinfo(module->fabric_info);
hint             1532 opal/mca/btl/usnic/btl_usnic_module.c     if (NULL == hint) {
hint             1543 opal/mca/btl/usnic/btl_usnic_module.c     hint->rx_attr->size = channel->chan_rd_num;
hint             1544 opal/mca/btl/usnic/btl_usnic_module.c     hint->tx_attr->size = channel->chan_sd_num;
hint             1547 opal/mca/btl/usnic/btl_usnic_module.c     sin = hint->src_addr;
hint             1555 opal/mca/btl/usnic/btl_usnic_module.c     rc = fi_getinfo(module->libfabric_api, NULL, 0, 0, hint, &channel->info);
hint             1556 opal/mca/btl/usnic/btl_usnic_module.c     fi_freeinfo(hint);
hint              472 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	struct evutil_addrinfo hint;
hint              488 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	memset(&hint, 0, sizeof(hint));
hint              489 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	hint.ai_family = family;
hint              490 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	hint.ai_protocol = IPPROTO_TCP;
hint              491 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	hint.ai_socktype = SOCK_STREAM;
hint              498 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 	    &hint, bufferevent_connect_getaddrinfo_cb, bev);
hint               72 opal/mca/pmix/pmix4x/pmix/src/util/net.c     struct addrinfo hint, *res = NULL;
hint               75 opal/mca/pmix/pmix4x/pmix/src/util/net.c     memset(&hint, '\0', sizeof hint);
hint               78 opal/mca/pmix/pmix4x/pmix/src/util/net.c     hint.ai_family = PF_UNSPEC;
hint               79 opal/mca/pmix/pmix4x/pmix/src/util/net.c     hint.ai_flags = AI_NUMERICHOST;
hint               81 opal/mca/pmix/pmix4x/pmix/src/util/net.c     if (0 != getaddrinfo(name, NULL, &hint, &res)) {
hint               55 opal/mca/shmem/mmap/shmem_mmap_component.c                               const char *hint);
hint               89 opal/mca/shmem/mmap/shmem_mmap_component.c                    const char *hint)
hint               64 opal/mca/shmem/posix/shmem_posix_component.c                                const char *hint);
hint              133 opal/mca/shmem/posix/shmem_posix_component.c                     const char *hint)
hint              145 opal/mca/shmem/posix/shmem_posix_component.c     if (NULL != hint) {
hint              149 opal/mca/shmem/posix/shmem_posix_component.c              "attempting to use runtime hint (%s)\n", hint)
hint              154 opal/mca/shmem/posix/shmem_posix_component.c         if (0 == strcasecmp(hint,
hint               60 opal/mca/shmem/shmem.h                                                const char *hint);
hint               71 opal/mca/shmem/sysv/shmem_sysv_component.c                               const char *hint);
hint              134 opal/mca/shmem/sysv/shmem_sysv_component.c sysv_runtime_query(mca_base_module_t **module, int *priority, const char *hint)
hint              149 opal/mca/shmem/sysv/shmem_sysv_component.c     if (NULL != hint) {
hint              153 opal/mca/shmem/sysv/shmem_sysv_component.c              "attempting to use runtime hint (%s)\n", hint)
hint              158 opal/mca/shmem/sysv/shmem_sysv_component.c         if (0 == strcasecmp(hint,
hint               78 opal/util/net.c     struct addrinfo hint, *res = NULL;
hint               81 opal/util/net.c     memset(&hint, '\0', sizeof hint);
hint               84 opal/util/net.c     hint.ai_family = PF_UNSPEC;
hint               85 opal/util/net.c     hint.ai_flags = AI_NUMERICHOST;
hint               87 opal/util/net.c     if (0 != getaddrinfo(name, NULL, &hint, &res)) {
hint               22 oshmem/include/pshmemx.h OSHMEM_DECLSPEC  void* pshmemx_malloc_with_hint(size_t size, long hint);
hint               42 oshmem/include/shmemx.h OSHMEM_DECLSPEC  void* shmemx_malloc_with_hint(size_t size, long hint);
hint               22 oshmem/mca/memheap/base/memheap_base_alloc.c int mca_memheap_base_alloc_init(mca_memheap_map_t *map, size_t size, long hint)
hint               28 oshmem/mca/memheap/base/memheap_base_alloc.c     if (hint == 0) {
hint               36 oshmem/mca/memheap/base/memheap_base_alloc.c     ret = mca_sshmem_segment_create(s, seg_filename, size, hint);
hint               67 oshmem/mca/memheap/base/memheap_base_alloc.c int mca_memheap_alloc_with_hint(size_t size, long hint, void** ptr)
hint               73 oshmem/mca/memheap/base/memheap_base_alloc.c         if (s->allocator && (hint && s->alloc_hints)) {
hint              141 oshmem/mca/memheap/memheap.h int mca_memheap_alloc_with_hint(size_t size, long hint, void**);
hint               34 oshmem/mca/sshmem/base/base.h                           size_t size, long hint);
hint               23 oshmem/mca/sshmem/base/sshmem_base_wrappers.c                           size_t size, long hint)
hint               29 oshmem/mca/sshmem/base/sshmem_base_wrappers.c     return mca_sshmem_base_module->segment_create(ds_buf, file_name, size, hint);
hint               43 oshmem/mca/sshmem/mmap/sshmem_mmap_component.c                              const char *hint);
hint               83 oshmem/mca/sshmem/mmap/sshmem_mmap_component.c                    const char *hint)
hint               66 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c                size_t size, long hint);
hint              115 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c                size_t size, long hint)
hint              122 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c     if (hint) {
hint               48 oshmem/mca/sshmem/sshmem.h                                                 const char *hint);
hint               98 oshmem/mca/sshmem/sshmem.h                                               size_t size, long hint);
hint               56 oshmem/mca/sshmem/sysv/sshmem_sysv_component.c                               const char *hint);
hint               95 oshmem/mca/sshmem/sysv/sshmem_sysv_component.c                    const char *hint)
hint               64 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c                size_t size, long hint);
hint              113 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c                size_t size, long hint)
hint              123 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c     if (hint) {
hint               38 oshmem/mca/sshmem/ucx/sshmem_ucx_component.c                              const char *hint);
hint               77 oshmem/mca/sshmem/ucx/sshmem_ucx_component.c                    const char *hint)
hint               49 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                size_t size, long hint);
hint              107 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                         unsigned flags, long hint, void *dev_mem)
hint              164 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     ds_buf->alloc_hints   = hint;
hint              167 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (hint) {
hint              223 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                size_t size, long hint)
hint              229 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (hint & SHMEM_HINT_DEVICE_NIC_MEM) {
hint              239 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                                           hint, dev_mem);
hint              251 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (hint) {
hint              252 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         return segment_create_internal(ds_buf, NULL, size, flags, hint, NULL);
hint              255 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c                                        size, flags | UCP_MEM_MAP_FIXED, hint,
hint               79 oshmem/shmem/c/shmem_alloc.c void* shmemx_malloc_with_hint(size_t size, long hint)
hint               84 oshmem/shmem/c/shmem_alloc.c     if (!hint) {
hint               93 oshmem/shmem/c/shmem_alloc.c     rc = mca_memheap_alloc_with_hint(size, hint, &pBuff);