Searched refs:cl_qlist_remove_item (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_timer.c | 181 cl_qlist_remove_item(&gp_timer_prov->queue, in __cl_timer_prov_cb() 329 cl_qlist_remove_item(&gp_timer_prov->queue, in cl_timer_start() 373 cl_qlist_remove_item(&gp_timer_prov->queue, in cl_timer_stop()
|
H A D | cl_event_wheel.c | 314 cl_qlist_remove_item(&p_event_wheel->events_wheel, in cl_event_wheel_reg() 415 cl_qlist_remove_item(&p_event_wheel->events_wheel, in cl_event_wheel_unreg()
|
H A D | cl_list.c | 333 cl_qlist_remove_item(p_src_list, p_current_item); in cl_qlist_move_items() 401 cl_qlist_remove_item(&p_list->list, p_list_item); in cl_list_remove_object()
|
H A D | cl_dispatcher.c | 281 cl_qlist_remove_item(&p_disp->reg_list, (cl_list_item_t *) p_reg); in cl_disp_unregister()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mtl_transaction_mgr.c | 139 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback() 151 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback() 471 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in osm_transaction_mgr_erase_madw() 525 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in osm_transaction_mgr_get_madw_for_tid()
|
H A D | osm_vendor_umadt.c | 850 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in osm_vendor_unbind() 861 cl_qlist_remove_item(&p_mad_bind_info->timeout_list, in osm_vendor_unbind() 994 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in __mad_recv_processor() 1070 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in __osm_vendor_timer_callback() 1096 cl_qlist_remove_item(&p_mad_bind_info->timeout_list, in __osm_vendor_timer_callback()
|
H A D | osm_vendor_mlx_ibmgt.c | 514 cl_qlist_remove_item(p_list, p_item); in osmv_transport_done() 554 cl_qlist_remove_item(p_list, p_item); in osmv_transport_done()
|
H A D | osm_vendor_mlx_anafa.c | 359 cl_qlist_remove_item(p_bh_list, p_item); in osm_vendor_unbind()
|
H A D | osm_vendor_mlx.c | 342 cl_qlist_remove_item(p_bh_list, p_item); in osm_vendor_unbind()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_multicast.c | 169 cl_qlist_remove_item(&mcm_port->port->mcm_list, in osm_mgrp_cleanup() 180 cl_qlist_remove_item(&mbox->mgrp_list, &mgrp->list_item); in osm_mgrp_cleanup() 398 cl_qlist_remove_item(&mcm_alias_guid->p_base_mcm_port->port->mcm_list, in osm_mgrp_remove_port()
|
H A D | osm_service.c | 143 cl_qlist_remove_item(&p_subn->sa_sr_list, &p_svcr->list_item); in osm_svcr_remove_from_db()
|
H A D | osm_drop_mgr.c | 227 cl_qlist_remove_item(&sm->p_subn->alias_guid_list, in drop_mgr_remove_port()
|
H A D | osm_qos.c | 547 cl_qlist_remove_item(&qos_mad_list, &p_list->list_item); in osm_qos_setup()
|
H A D | osm_inform.c | 260 cl_qlist_remove_item(&p_subn->sa_infr_list, &p_infr->list_item); in osm_infr_remove_from_db()
|
H A D | osm_lid_mgr.c | 631 cl_qlist_remove_item(&p_mgr->free_ranges, in lid_mgr_find_free_lid_range()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_list.h | 852 cl_qlist_remove_item(&p_list->list, (cl_list_item_t *) iterator); in cl_list_remove_item()
|
H A D | cl_qlist.h | 1265 cl_qlist_remove_item(IN cl_qlist_t * const p_list, in cl_qlist_remove_item() function
|