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

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qpool.h91 * cl_qpool_construct, cl_qpool_init, cl_qpool_destroy
254 * Allows calling cl_qpool_init, cl_qpool_destroy, cl_is_qpool_inited.
260 * Quick Pool, cl_qpool_init, cl_qpool_destroy, cl_is_qpool_inited.
372 * Quick Pool, cl_qpool_construct, cl_qpool_destroy,
378 /****f* Component Library: Quick Pool/cl_qpool_destroy
380 * cl_qpool_destroy
383 * The cl_qpool_destroy function destroys a quick pool.
387 static inline void cl_qpool_destroy(IN cl_qpool_t * const p_pool) function
404 * on the pool should not be attempted after cl_qpool_destroy
410 * In a debug build, cl_qpool_destroy assert
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_dispatcher.c159 cl_qpool_destroy(&p_disp->msg_pool);
H A Dcl_list.c387 cl_qpool_destroy(&p_list->list_item_pool);
H A Dcl_map.c735 cl_qpool_destroy(&p_map->pool);
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c444 cl_qpool_destroy(&p_osmt->port_pool);
445 cl_qpool_destroy(&p_osmt->node_pool);

Completed in 45 milliseconds