Searched refs:cl_list_remove_head (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c147 while ((p_key = cl_list_remove_head(&keys)) != NULL) {
214 while ((p_key = cl_list_remove_head(&keys)) != NULL) {
276 while ((p_key = cl_list_remove_head(&keys)) != NULL) {
H A Dosm_port.c418 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList);
422 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList);
503 p_physp = (osm_physp_t *) cl_list_remove_head(p_currPortsList);
561 cl_list_remove_head(p_currPortsList);
566 cl_list_remove_head
570 cl_list_remove_head(p_nextPortsList);
573 cl_list_remove_head
H A Dosm_inform.c807 p_infr_rec = (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list);
810 (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list);
H A Dosm_db_files.c151 while ((p_domain = cl_list_remove_head(&p_db->domains)) != NULL) {
H A Dosm_ucast_lash.c247 *sw = (switch_t *) cl_list_remove_head(bfsq);
H A Dosm_ucast_ftree.c1554 p_sw = (ftree_sw_t *) cl_list_remove_head(&bfs_list);
3200 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list);
3682 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list);
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c204 *) (cl_list_remove_head(&retry_madw_p_list));
230 *) (cl_list_remove_head(&retry_madw_p_list));
235 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list));
260 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list));
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h96 * cl_list_remove_head, cl_list_remove_tail,
319 * cl_list_insert_tail, cl_list_remove_head, cl_list_remove_tail
432 * cl_list_remove_head
682 /****f* Component Library: List/cl_list_remove_head
684 * cl_list_remove_head
687 * The cl_list_remove_head function removes an object from the head of a list.
691 static inline void *cl_list_remove_head(IN cl_list_t * const p_list) function
768 * List, cl_list_remove_head, cl_list_remove_all, cl_list_remove_object,
800 * List, cl_list_remove_head, cl_list_remove_tail, cl_list_remove_object,
833 * List, cl_list_remove_item, cl_list_remove_head, cl_list_remove_tai
[all...]
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_list.c448 cl_list_remove_head(p_list);

Completed in 133 milliseconds