Searched refs:p_next_guid (Results 1 – 1 of 1) sorted by relevance
1150 name_map_item_t *p_guid = NULL, *p_next_guid = NULL; in destroy_guid_map() local1152 p_next_guid = (name_map_item_t *) cl_qmap_head(guid_tbl); in destroy_guid_map()1153 while (p_next_guid != (name_map_item_t *) cl_qmap_end(guid_tbl)) { in destroy_guid_map()1154 p_guid = p_next_guid; in destroy_guid_map()1155 p_next_guid = (name_map_item_t *) cl_qmap_next(&p_guid->item); in destroy_guid_map()