Searched refs:cl_pool_item_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qcomppool.h81 * The Quick Composite Pool operates on cl_pool_item_t structures that
83 * If using a cl_pool_item_t is not desired, the Composite Pool provides
92 * cl_qcpool_t, cl_pool_item_t
106 /****s* Component Library: Quick Composite Pool/cl_pool_item_t
108 * cl_pool_item_t
111 * The cl_pool_item_t structure is used by pools to store objects.
121 } cl_pool_item_t; typedef in typeref:struct:_cl_pool_item
150 cl_pool_item_t pool_item;
165 * cl_pool_item_t
183 OUT cl_pool_item_t ** cons
[all...]
H A Dcl_qpool.h74 * The quick pool operates on cl_pool_item_t structures that describe
76 * If using a cl_pool_item_t is not desired, the Pool provides similar
85 * cl_qpool_t, cl_pool_item_t
113 OUT cl_pool_item_t ** const pp_pool_item);
142 * their objects for the cl_pool_item_t structure that will represent the
147 * to the cl_pool_item_t returned by this function in the pp_pool_item
149 * cl_pool_item_t representing the object if they return CL_SUCCESS.
167 (*cl_pfn_qpool_dtor_t) (IN const cl_pool_item_t * const p_pool_item,
172 * [in] Pointer to a cl_pool_item_t structure representing an object.
342 * the pool assumes the cl_pool_item_t structur
[all...]
H A Dcl_dispatcher.h315 cl_pool_item_t item;
H A Dcl_fleximap.h120 cl_pool_item_t pool_item;
171 * Flexi Map, cl_fmap_insert, cl_fmap_key, cl_pool_item_t, cl_list_item_t
H A Dcl_qmap.h143 cl_pool_item_t pool_item;
193 * Quick Map, cl_qmap_insert, cl_qmap_key, cl_pool_item_t, cl_list_item_t
H A Dcl_list.h855 cl_qpool_put(&p_list->list_item_pool, (cl_pool_item_t *) iterator);
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c91 (component_sizes[0] >= sizeof(cl_pool_item_t)));
187 p_pool->pfn_dtor((cl_pool_item_t *)
213 cl_pool_item_t *p_pool_item;
292 (cl_pool_item_t *) p_pool->p_components[0];
316 cl_pool_item_t *cl_qcpool_get(IN cl_qcpool_t * const p_pool)
344 return ((cl_pool_item_t *) p_list_item);
347 cl_pool_item_t *cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool)
375 return ((cl_pool_item_t *) p_list_item);
390 OUT cl_pool_item_t ** const pp_pool_item)
409 __cl_qpool_dtor_cb(IN const cl_pool_item_t * cons
[all...]
H A Dcl_dispatcher.c115 cl_qpool_put(&p_disp->msg_pool, (cl_pool_item_t *) p_msg);
H A Dcl_list.c418 (cl_pool_item_t *) p_list_item);

Completed in 97 milliseconds