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

/freebsd-10.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_fleximap.h94 * cl_fmap_end, cl_fmap_head, cl_fmap_tail, cl_fmap_next, cl_fmap_prev
435 * by cl_fmap_head, cl_fmap_tail, cl_fmap_next, or cl_fmap_prev. If the
438 * When using cl_fmap_head or cl_fmap_tail, this condition indicates that
442 * Flexi Map, cl_fmap_head, cl_fmap_tail, cl_fmap_next, cl_fmap_prev
445 /****f* Component Library: Flexi Map/cl_fmap_head
447 * cl_fmap_head
450 * The cl_fmap_head function returns the map item with the lowest key
455 static inline cl_fmap_item_t *cl_fmap_head(IN const cl_fmap_t * const p_map) function
474 * cl_fmap_head does not remove the item from the map.
513 * Flexi Map, cl_fmap_head, cl_fmap_nex
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c1231 p_fmap_item = cl_fmap_head(p_map);
1553 p_item = cl_fmap_head(p_src_map);
1611 p_item1 = cl_fmap_head(p_map1);
1612 p_item2 = cl_fmap_head(p_map2);

Completed in 98 milliseconds