Searched refs:dapl_os_alloc (Results 1 – 23 of 23) sorted by relevance
173 g_dapl_provider_list.head = dapl_os_alloc( in dapl_provider_list_create()185 g_dapl_provider_list.tail = dapl_os_alloc( in dapl_provider_list_create()252 cur_node = dapl_os_alloc(sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_insert()
236 dapl_os_alloc(sizeof (DAPL_HASH_ELEM)); in dapli_hash_add()365 p_table = dapl_os_alloc(sizeof (DAPL_HASH_TABLE)); in dapls_hash_create()375 p_table->table = (DAPL_HASH_ELEM *)dapl_os_alloc(table_length); in dapls_hash_create()
69 cr_ptr = (DAPL_CR *)dapl_os_alloc(sizeof (DAPL_CR)); in dapls_cr_alloc()
65 pz = (DAPL_PZ *) dapl_os_alloc(sizeof (DAPL_PZ)); in dapl_pz_alloc()
61 srq_ptr = (DAPL_SRQ *)dapl_os_alloc(sizeof (DAPL_SRQ)); in dapl_srq_alloc()
64 cno_ptr = (DAPL_CNO *) dapl_os_alloc(sizeof (DAPL_CNO)); in dapl_cno_alloc()
68 hca_ptr = dapl_os_alloc(sizeof (DAPL_HCA)); in dapl_hca_alloc()
56 lmr = (DAPL_LMR *)dapl_os_alloc(sizeof (DAPL_LMR)); in dapl_lmr_alloc()
40 rmr = (DAPL_RMR *)dapl_os_alloc(sizeof (DAPL_RMR)); in dapl_rmr_alloc()
115 event_ptr = (DAT_EVENT *) dapl_os_alloc(evd_qlen * sizeof (DAT_EVENT)); in dapl_evd_resize()
82 rbuf->base = (void *) dapl_os_alloc(rsize * sizeof (void *)); in dapls_rbuf_alloc()
72 sp_ptr = (DAPL_SP *)dapl_os_alloc(sizeof (DAPL_SP)); in dapls_sp_alloc()
151 buffer->pool = dapl_os_alloc(size * sizeof (DAPL_COOKIE)); in dapls_cb_create()
213 evd_ptr = (DAPL_EVD *)dapl_os_alloc(sizeof (DAPL_EVD)); in dapls_evd_alloc()286 event_ptr = (DAT_EVENT *) dapl_os_alloc(qlen * sizeof (DAT_EVENT)); in dapli_evd_event_alloc()1338 evpp = (dapl_ib_event_t *)dapl_os_alloc( in dapls_evd_copy_events()
93 ep_ptr = (DAPL_EP *)dapl_os_alloc(sizeof (DAPL_EP)); in dapl_ep_alloc()
73 ia_ptr = (DAPL_IA *) dapl_os_alloc(sizeof (DAPL_IA)); in dapl_ia_alloc()
81 dapl_os_alloc(sizeof (struct dapls_ib_cq_handle)); in dapli_get_dto_cq()208 qp_p = (ib_qp_handle_t)dapl_os_alloc( in dapls_ib_qp_alloc()224 dapl_os_alloc(premev_size); in dapls_ib_qp_alloc()607 ibsrq_p = (ib_srq_handle_t)dapl_os_alloc(sizeof (*ibsrq_p)); in dapls_ib_srq_alloc()683 dapl_os_alloc(premev_size); in dapls_ib_srq_alloc()694 ibsrq_p->srq_freepr_events = (uint32_t *)dapl_os_alloc(freeev_size); in dapls_ib_srq_alloc()1029 new_freepr_events = (uint32_t *)dapl_os_alloc(new_freepr_size); in dapli_ib_srq_resize_internal()1033 new_premature_events = (ib_work_completion_t *)dapl_os_alloc( in dapli_ib_srq_resize_internal()
436 wridlist = dapl_os_alloc(size); in dapli_tavor_wrid_get_list()449 wl_wre = dapl_os_alloc(wl_wre_size); in dapli_tavor_wrid_get_list()455 wl_freel = dapl_os_alloc(wl_freel_size); in dapli_tavor_wrid_get_list()948 wqhdr_tmp = dapl_os_alloc(size); in dapli_tavor_wrid_wqhdr_create()1169 new_wl_wre = (dapls_tavor_wrid_entry_t *)dapl_os_alloc(new_size * in dapls_tavor_srq_wrid_resize()1174 new_wl_freel = dapl_os_alloc(new_size * sizeof (uint32_t)); in dapls_tavor_srq_wrid_resize()
76 pr_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_recv()242 pr_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_srq()328 ps_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_send()
85 dapl_os_alloc(sizeof (struct dapls_ib_cq_handle)); in dapls_ib_cq_alloc()615 pd_p = (struct dapls_ib_pd_handle *)dapl_os_alloc(sizeof (*pd_p)); in dapls_ib_pd_alloc()719 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register()805 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register_shared()952 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register_lmr()1033 mw_handle = dapl_os_alloc(sizeof (struct dapls_ib_mw_handle)); in dapls_ib_mw_alloc()
422 dapl_os_alloc(sizeof (*srvc_hdl)); in dapls_ib_setup_conn_listener()
521 hca_p = (struct dapls_ib_hca_handle *)dapl_os_alloc( in dapls_ib_open_hca()
241 #define dapl_os_alloc(size) malloc((size)) macro