Searched refs:cl_event_init (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_event.h74 * cl_event_construct, cl_event_init, cl_event_destroy
98 * Allows calling cl_event_destroy without first calling cl_event_init.
101 * function except cl_event_init.
104 * Event, cl_event_init, cl_event_destroy
107 /****f* Component Library: Event/cl_event_init
109 * cl_event_init
112 * The cl_event_init function initializes an event for use.
117 cl_event_init(IN cl_event_t * const p_event, IN const boolean_t manual_reset);
165 * or cl_event_init.
168 * Event, cl_event_construct, cl_event_init
[all...]
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_event.c52 cl_status_t cl_event_init(IN cl_event_t * const p_event, function
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sm.c268 status = cl_event_init(&p_sm->signal_event, FALSE);
272 status = cl_event_init(&p_sm->subnet_up_event, FALSE);
H A Dosm_vl15intf.c285 status = cl_event_init(&p_vl->signal, FALSE);
H A Dosm_congestion_control.c608 status = cl_event_init(&p_cc->cc_poller_wakeup, FALSE);
613 status = cl_event_init(&p_cc->outstanding_mads_done_event, FALSE);
618 status = cl_event_init(&p_cc->sig_mads_on_wire_continue, FALSE);
H A Dosm_opensm.c420 status = cl_event_init(&p_osm->stats.event, FALSE);
H A Dosm_perfmgr.c130 cl_event_init(&pm->sig_query, FALSE);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_rmpp_ctx.c68 cl_st = cl_event_init(&p_ctx->event, FALSE);
H A Dosm_vendor_mlx_sa.c364 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE);
H A Dosm_vendor_mlx_ibmgt.c347 cl_event_init(&p_mgr->send_done, TRUE);
H A Dosm_vendor_ibumad_sa.c275 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE);

Completed in 102 milliseconds