Searched refs:p_next_item (Results 1 – 3 of 3) sorted by relevance
435 cl_map_item_t *p_item, *p_next_item; in osmtest_destroy() local448 p_next_item = cl_qmap_head(&p_osmt->exp_subn.link_tbl); in osmtest_destroy()449 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.link_tbl)) { in osmtest_destroy()450 p_item = p_next_item; in osmtest_destroy()451 p_next_item = cl_qmap_next(p_item); in osmtest_destroy()454 p_next_item = cl_qmap_head(&p_osmt->exp_subn.mgrp_mlid_tbl); in osmtest_destroy()455 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.mgrp_mlid_tbl)) { in osmtest_destroy()456 p_item = p_next_item; in osmtest_destroy()457 p_next_item = cl_qmap_next(p_item); in osmtest_destroy()460 p_next_item = cl_qmap_head(&p_osmt->exp_subn.node_guid_tbl); in osmtest_destroy()[all …]
162 cl_map_item_t *p_item, *p_next_item; in osmt_query_mcast() local215 p_next_item = cl_qmap_head(&p_osmt->exp_subn.mgrp_mlid_tbl); in osmt_query_mcast()216 while (p_next_item != cl_qmap_end(&p_osmt->exp_subn.mgrp_mlid_tbl)) { in osmt_query_mcast()217 p_item = p_next_item; in osmt_query_mcast()218 p_next_item = cl_qmap_next(p_item); in osmt_query_mcast()
661 cl_list_item_t *p_next_item; in __osm_lid_mgr_find_free_lid_range() local680 p_next_item = cl_qlist_next(p_item); in __osm_lid_mgr_find_free_lid_range()706 p_item = p_next_item; in __osm_lid_mgr_find_free_lid_range()