Searched refs:cl_qpool_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qpool.h79 * The quick pool functions operates on a cl_qpool_t structure which should
85 * cl_qpool_t, cl_pool_item_t
194 /****s* Component Library: Quick Pool/cl_qpool_t
196 * cl_qpool_t
201 * The cl_qpool_t structure should be treated as opaque and should be
211 } cl_qpool_t; typedef in typeref:struct:_cl_qpool
244 void cl_qpool_construct(IN cl_qpool_t * const p_pool);
248 * [in] Pointer to a cl_qpool_t structure whose state to initialize.
273 static inline uint32_t cl_is_qpool_inited(IN const cl_qpool_t * const p_pool)
283 * [in] Pointer to a cl_qpool_t structur
[all...]
H A Dcl_dispatcher.h218 cl_qpool_t msg_pool;
H A Dcl_map.h112 cl_qpool_t pool;
H A Dcl_list.h120 cl_qpool_t list_item_pool;
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h131 cl_qpool_t node_pool;
132 cl_qpool_t port_pool;
133 cl_qpool_t link_pool;
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c392 cl_qpool_t *p_pool = (cl_qpool_t *) context;
412 cl_qpool_t *p_pool = (cl_qpool_t *) context;
420 void cl_qpool_construct(IN cl_qpool_t * const p_pool)
422 memset(p_pool, 0, sizeof(cl_qpool_t));
428 cl_qpool_init(IN cl_qpool_t * const p_pool,

Completed in 41 milliseconds