Searched refs:cl_qcpool_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qcomppool.h86 * The Quick Composit Pool functions operate on a cl_qcpool_t structure
92 * cl_qcpool_t, cl_pool_item_t
274 /****s* Component Library: Quick Composite Pool/cl_qcpool_t
276 * cl_qcpool_t
281 * The cl_qcpool_t structure should be treated as opaque and should be
299 } cl_qcpool_t; typedef in typeref:struct:_cl_qcpool
351 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool);
355 * [in] Pointer to a cl_qcpool_t structure whose state to initialize.
381 static inline uint32_t cl_is_qcpool_inited(IN const cl_qcpool_t * const p_pool)
394 * [in] Pointer to a cl_qcpool_t structur
[all...]
H A Dcl_comppool.h201 cl_qcpool_t qcpool;
H A Dcl_pool.h188 cl_qcpool_t qcpool;
H A Dcl_qpool.h207 cl_qcpool_t qcpool;
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c58 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool)
62 memset(p_pool, 0, sizeof(cl_qcpool_t));
68 cl_qcpool_init(IN cl_qcpool_t * const p_pool,
166 void cl_qcpool_destroy(IN cl_qcpool_t * const p_pool)
209 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count)
316 cl_pool_item_t *cl_qcpool_get(IN cl_qcpool_t * const p_pool)
347 cl_pool_item_t *cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool)

Completed in 65 milliseconds