Searched refs:cl_qmap_get_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_qmap.h95 * cl_qmap_remove_all, cl_qmap_merge, cl_qmap_delta, cl_qmap_get_next
721 * Quick Map, cl_qmap_get_next, cl_qmap_remove
724 /****f* Component Library: Quick Map/cl_qmap_get_next
726 * cl_qmap_get_next
729 * The cl_qmap_get_next function returns the first map item associated with a
734 cl_map_item_t *cl_qmap_get_next(IN const cl_qmap_t * const p_map,
752 * cl_qmap_get_next does not remove the item from the quick map.
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c249 cl_map_item_t *cl_qmap_get_next(IN const cl_qmap_t * const p_map, function
772 p_item = cl_qmap_get_next(&p_map->qmap, key);

Completed in 158 milliseconds