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

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_fleximap.h76 * The flexi map functions operate on a cl_fmap_t structure which should
82 * cl_fmap_t, cl_fmap_item_t
147 * The NIL sentinel is in the cl_fmap_t structure.
208 /****s* Component Library: Flexi Map/cl_fmap_t
210 * cl_fmap_t
215 * The cl_fmap_t structure should be treated as opaque and should
226 } cl_fmap_t; typedef in typeref:struct:_cl_fmap
296 static inline size_t cl_fmap_count(IN const cl_fmap_t * const p_map)
306 * [in] Pointer to a cl_fmap_t structure whose item count to return.
324 static inline boolean_t cl_is_fmap_empty(IN const cl_fmap_t * cons
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c1012 static inline cl_fmap_item_t *__cl_fmap_root(IN const cl_fmap_t * const p_map)
1063 __cl_fmap_rot_left(IN cl_fmap_t * const p_map, IN cl_fmap_item_t * const p_item)
1109 __cl_fmap_rot_right(IN cl_fmap_t * const p_map,
1139 void cl_fmap_init(IN cl_fmap_t * const p_map, IN cl_pfn_fmap_cmp_t pfn_compare)
1144 memset(p_map, 0, sizeof(cl_fmap_t));
1166 cl_fmap_item_t *cl_fmap_get(IN const cl_fmap_t * const p_map,
1192 cl_fmap_item_t *cl_fmap_get_next(IN const cl_fmap_t * const p_map,
1220 cl_fmap_apply_func(IN const cl_fmap_t * const p_map,
1242 __cl_fmap_ins_bal(IN cl_fmap_t * const p_map, IN cl_fmap_item_t * p_item)
1291 cl_fmap_item_t *cl_fmap_insert(IN cl_fmap_t * cons
[all...]

Completed in 24 milliseconds