Searched refs:cl_list_remove_head (Results 1 – 9 of 9) sorted by relevance
420 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList); in physp_update_new_dr_path()424 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList); in physp_update_new_dr_path()505 p_physp = (osm_physp_t *) cl_list_remove_head(p_currPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()563 cl_list_remove_head(p_currPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()568 cl_list_remove_head in osm_physp_replace_dr_path_with_alternate_dr_path()572 cl_list_remove_head(p_nextPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()575 cl_list_remove_head in osm_physp_replace_dr_path_with_alternate_dr_path()
147 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_guid2lid_guids()214 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_guid2mkey_guids()276 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_neighbor_guids()
807 p_infr_rec = (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list); in osm_report_notice()810 (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list); in osm_report_notice()
151 while ((p_domain = cl_list_remove_head(&p_db->domains)) != NULL) { in osm_db_destroy()
1554 p_sw = (ftree_sw_t *) cl_list_remove_head(&bfs_list); in bfs_fabric_indexing()3200 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list); in rank_switches_from_leafs()3682 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list); in fabric_rank_from_roots()
247 *sw = (switch_t *) cl_list_remove_head(bfsq); in dequeue()
204 *) (cl_list_remove_head(&retry_madw_p_list)); in __osm_transaction_mgr_callback()230 *) (cl_list_remove_head(&retry_madw_p_list)); in __osm_transaction_mgr_callback()235 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list)); in __osm_transaction_mgr_callback()260 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list)); in __osm_transaction_mgr_callback()
691 static inline void *cl_list_remove_head(IN cl_list_t * const p_list) in cl_list_remove_head() function
448 cl_list_remove_head(p_list); in cl_list_insert_array_head()