Searched refs:cl_thread_init (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_thread.h | 166 cl_thread_init(IN cl_thread_t * const p_thread,
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_thread.c | 69 cl_status_t cl_thread_init(IN cl_thread_t * const p_thread, in cl_thread_init() function
|
H A D | libosmcomp.map | 109 cl_thread_init;
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_ts_anafa.c | 248 cl_thread_init(&p_mgr->receiver, __osmv_TOPSPIN_ANAFA_receiver_thr, in osmv_transport_init()
|
H A D | osm_vendor_mlx_ts.c | 261 cl_thread_init(&p_mgr->receiver, __osmv_TOPSPIN_receiver_thr, in osmv_transport_init()
|
H A D | osm_vendor_ts.c | 627 status = cl_thread_init(&p_bind->poller, in osm_vendor_bind()
|
H A D | osm_vendor_umadt.c | 788 cl_status = cl_thread_init(&p_mad_bind_info->recv_processor_thread, in osm_vendor_bind()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_vl15intf.c | 299 status = cl_thread_init(&p_vl->poller, vl15_poller, p_vl, in osm_vl15_init()
|
H A D | osm_sm.c | 395 status = cl_thread_init(&p_sm->sweeper, sm_sweeper, p_sm, in osm_sm_init()
|
H A D | osm_congestion_control.c | 624 status = cl_thread_init(&p_cc->cc_poller, cc_poller, p_cc, in osm_congestion_control_init()
|