Searched refs:cl_qlist_remove_item (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/complib/
H A Dcl_timer.c181 cl_qlist_remove_item(&gp_timer_prov->queue,
316 cl_qlist_remove_item(&gp_timer_prov->queue,
373 cl_qlist_remove_item(&gp_timer_prov->queue,
H A Dcl_event_wheel.c319 cl_qlist_remove_item(&p_event_wheel->events_wheel,
421 cl_qlist_remove_item(&p_event_wheel->events_wheel,
H A Dcl_list.c342 cl_qlist_remove_item(p_src_list, p_current_item);
416 cl_qlist_remove_item(&p_list->list, p_list_item);
H A Dcl_dispatcher.c293 cl_qlist_remove_item(&p_disp->reg_list, (cl_list_item_t *) p_reg);
/freebsd-10-stable/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c139 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p,
151 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p,
471 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p,
525 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p,
H A Dosm_vendor_umadt.c852 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
863 cl_qlist_remove_item(&p_mad_bind_info->timeout_list,
998 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
1080 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
1106 cl_qlist_remove_item(&p_mad_bind_info->timeout_list,
H A Dosm_vendor_mlx_ibmgt.c514 cl_qlist_remove_item(p_list, p_item);
554 cl_qlist_remove_item(p_list, p_item);
H A Dosm_vendor_mlx.c342 cl_qlist_remove_item(p_bh_list, p_item);
H A Dosm_vendor_mlx_anafa.c359 cl_qlist_remove_item(p_bh_list, p_item);
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_service.c163 cl_qlist_remove_item(&p_subn->sa_sr_list, &p_svcr->list_item);
H A Dosm_inform.c290 cl_qlist_remove_item(&p_subn->sa_infr_list, &p_infr->list_item);
H A Dosm_port.c287 cl_qlist_remove_item(&p_port->mcm_list, p_mcm);
H A Dosm_lid_mgr.c696 cl_qlist_remove_item(&p_mgr->free_ranges,
/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
H A Dcl_list.h852 cl_qlist_remove_item(&p_list->list, (cl_list_item_t *) iterator);
H A Dcl_qlist.h97 * cl_qlist_remove_item, cl_qlist_remove_all
1198 * Quick List, cl_qlist_remove_tail, cl_qlist_remove_all, cl_qlist_remove_item,
1251 * Quick List, cl_qlist_remove_head, cl_qlist_remove_all, cl_qlist_remove_item,
1255 /****f* Component Library: Quick List/cl_qlist_remove_item
1257 * cl_qlist_remove_item
1260 * The cl_qlist_remove_item function removes a specific list item from a quick list.
1265 cl_qlist_remove_item(IN cl_qlist_t * const p_list, function
1348 * cl_qlist_remove_item, cl_list_item_t
1378 * Quick List, cl_qlist_remove_item, cl_list_item_t

Completed in 319 milliseconds