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

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_comppool.h80 * The composite pool functions operates on a cl_cpool_t structure which
86 * cl_cpool_t
188 /****s* Component Library: Composite Pool/cl_cpool_t
190 * cl_cpool_t
195 * The cl_cpool_t structure should be treated as opaque and should be
205 } cl_cpool_t; typedef in typeref:struct:_cl_cpool
238 void cl_cpool_construct(IN cl_cpool_t * const p_pool);
242 * [in] Pointer to a cl_cpool_t structure whose state to initialize.
267 static inline boolean_t cl_is_cpool_inited(IN const cl_cpool_t * const p_pool)
277 * [in] Pointer to a cl_cpool_t structur
[all...]
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c461 cl_cpool_t *p_pool = (cl_cpool_t *) context;
500 cl_cpool_t *p_pool = (cl_cpool_t *) context;
511 void cl_cpool_construct(IN cl_cpool_t * const p_pool)
515 memset(p_pool, 0, sizeof(cl_cpool_t));
520 cl_status_t cl_cpool_init(IN cl_cpool_t * const p_pool,

Completed in 77 milliseconds