Searched refs:cl_qlist_remove_head (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_vl15intf.c140 p_madw = (osm_madw_t *) cl_qlist_remove_head(p_fifo);
227 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo);
231 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->ufifo);
360 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->ufifo);
367 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->ufifo);
371 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo);
379 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo);
H A Dosm_lid_mgr.c124 p_item = cl_qlist_remove_head(&p_mgr->free_ranges);
127 p_item = cl_qlist_remove_head(&p_mgr->free_ranges);
162 p_item = (osm_db_guid_elem_t *) cl_qlist_remove_head(&guids);
226 p_item = (osm_db_guid_elem_t *) cl_qlist_remove_head(&guids);
361 p_item = cl_qlist_remove_head(&p_mgr->free_ranges);
364 p_item = cl_qlist_remove_head(&p_mgr->free_ranges);
H A Dosm_mcast_mgr.c437 (osm_mcast_work_obj_t *) cl_qlist_remove_head(p_list)) !=
495 while ((p_wobj = (osm_mcast_work_obj_t *) cl_qlist_remove_head(p_list))
679 cl_qlist_remove_head(p_port_list);
717 cl_qlist_remove_head(p_port_list);
1182 cl_list_item_t *p = cl_qlist_remove_head(p_list);
1218 ctx = (osm_mcast_mgr_ctxt_t *) cl_qlist_remove_head(p_list);
H A Dosm_drop_mgr.c214 p_mcm = (osm_mcm_info_t *) cl_qlist_remove_head(&p_port->mcm_list);
223 (osm_mcm_info_t *) cl_qlist_remove_head(&p_port->mcm_list);
H A Dosm_pkey_mgr.c304 (osm_pending_pkey_t *) cl_qlist_remove_head(&p_pkey_tbl->pending);
347 (osm_pending_pkey_t *) cl_qlist_remove_head(&p_pkey_tbl->
H A Dosm_port.c298 p_mcm = cl_qlist_remove_head(&p_port->mcm_list);
301 p_mcm = cl_qlist_remove_head(&p_port->mcm_list);
H A Dosm_ucast_updn.c138 u = (struct updn_node *)cl_qlist_remove_head(&list);
236 u = (struct updn_node *)cl_qlist_remove_head(&list);
H A Dosm_pkey.c121 p_item = cl_qlist_remove_head(&p_pkey_tbl->pending);
H A Dosm_sa.c495 item = cl_qlist_remove_head(list);
506 item = cl_qlist_remove_head(list);
509 item = cl_qlist_remove_head(list);
H A Dosm_opensm.c248 p = (osm_epi_plugin_t *)cl_qlist_remove_head(&osm->plugin_list);
H A Dosm_subnet.c165 cl_list_item_t *item = cl_qlist_remove_head(&p_subn->prefix_routes_list);
735 cl_list_item_t *item = cl_qlist_remove_head(&p_subn->prefix_routes_list);
H A Dosm_ucast_ftree.c958 free(cl_qlist_remove_head(&p_ftree->root_guid_list));
/freebsd-10.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_event_wheel.c118 cl_qlist_remove_head(&p_event_wheel->events_wheel);
131 cl_qlist_remove_head(&p_event_wheel->events_wheel);
262 p_list_item = cl_qlist_remove_head(&p_event_wheel->events_wheel);
276 cl_qlist_remove_head(&p_event_wheel->events_wheel);
H A Dcl_dispatcher.c86 (cl_disp_msg_t *) cl_qlist_remove_head(&p_disp->msg_fifo);
148 free(cl_qlist_remove_head(&p_disp->reg_list));
H A Dcl_pool.c188 cl_qlist_remove_head(&p_pool->
198 free(cl_qlist_remove_head(&p_pool->alloc_list));
341 p_list_item = cl_qlist_remove_head(&p_pool->free_list);
H A Dcl_vector.c282 free(cl_qlist_remove_head(&p_vector->alloc_list));
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c133 p_item = cl_qlist_remove_head(p_bufs);
H A Dosm_vendor_mlx_rmpp_ctx.c215 p_list_item = cl_qlist_remove_head(p_ctx->p_rbuf);
223 p_list_item = cl_qlist_remove_head(p_ctx->p_rbuf);
H A Dosm_vendor_mtl_transaction_mgr.c332 cl_qlist_remove_head(trans_mgr_p->madw_reqs_list_p);
357 cl_qlist_remove_head(trans_mgr_p->madw_reqs_list_p);
H A Dosm_vendor_mlx.c111 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
123 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
H A Dosm_vendor_mlx_anafa.c120 p_item = cl_qlist_remove_head(&((*pp_vend)->bind_handles));
134 cl_qlist_remove_head(&((*pp_vend)->bind_handles));
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_list.h704 p_pool_obj = (cl_pool_obj_t *) cl_qlist_remove_head(&p_list->list);
H A Dcl_qlist.h96 * cl_qlist_remove_head, cl_qlist_remove_tail,
459 * cl_qlist_remove_head, cl_qlist_remove_tail
779 * cl_qlist_remove_head, cl_list_item_t
1149 /****f* Component Library: Quick List/cl_qlist_remove_head
1151 * cl_qlist_remove_head
1154 * The cl_qlist_remove_head function removes and returns the list item
1159 static inline cl_list_item_t *cl_qlist_remove_head(IN cl_qlist_t * const p_list) function
1251 * Quick List, cl_qlist_remove_head, cl_qlist_remove_all, cl_qlist_remove_item,
1306 * Quick List, cl_qlist_remove_head, cl_qlist_remove_tail, cl_qlist_remove_all,
1347 * Quick List, cl_qlist_remove_head, cl_qlist_remove_tai
[all...]

Completed in 205 milliseconds