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

/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_pool.h74 * The Pool functions operate on a cl_pool_t structure which should be treated
79 * cl_pool_t
175 /****s* Component Library: Pool/cl_pool_t
177 * cl_pool_t
182 * The cl_pool_t structure should be treated as opaque and should be
192 } cl_pool_t; typedef in typeref:struct:_cl_pool
225 void cl_pool_construct(IN cl_pool_t * const p_pool);
229 * [in] Pointer to a cl_pool_t structure whose state to initialize.
254 static inline uint32_t cl_is_pool_inited(IN const cl_pool_t * const p_pool)
264 * [in] Pointer to a cl_pool_t structur
[all...]
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c567 cl_pool_t *p_pool = (cl_pool_t *) context;
606 cl_pool_t *p_pool = (cl_pool_t *) context;
617 void cl_pool_construct(IN cl_pool_t * const p_pool)
621 memset(p_pool, 0, sizeof(cl_pool_t));
626 cl_status_t cl_pool_init(IN cl_pool_t * const p_pool, IN const size_t min_size,

Completed in 121 milliseconds