Home
last modified time | relevance | path

Searched refs:p_pool_item (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c211 cl_pool_item_t *p_pool_item; in cl_qcpool_grow() local
263 p_pool_item = NULL; in cl_qcpool_grow()
267 &p_pool_item); in cl_qcpool_grow()
276 p_pool->pfn_dtor(p_pool_item, in cl_qcpool_grow()
283 CL_ASSERT(p_pool_item); in cl_qcpool_grow()
289 p_pool_item = in cl_qcpool_grow()
298 p_pool_item->p_pool = p_pool; in cl_qcpool_grow()
303 &p_pool_item->list_item); in cl_qcpool_grow()
405 static void __cl_qpool_dtor_cb(IN const cl_pool_item_t * const p_pool_item, in __cl_qpool_dtor_cb() argument
413 p_pool->pfn_dtor(p_pool_item, (void *)p_pool->context); in __cl_qpool_dtor_cb()
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h247 (*cl_pfn_qcpool_dtor_t) (IN const cl_pool_item_t * const p_pool_item,
606 IN cl_pool_item_t * const p_pool_item) in cl_qcpool_put() argument
610 CL_ASSERT(p_pool_item); in cl_qcpool_put()
612 CL_ASSERT(p_pool_item->p_pool == p_pool); in cl_qcpool_put()
615 cl_qlist_insert_head(&p_pool->free_list, &p_pool_item->list_item); in cl_qcpool_put()
H A Dcl_qpool.h167 (*cl_pfn_qpool_dtor_t) (IN const cl_pool_item_t * const p_pool_item,
493 IN cl_pool_item_t * const p_pool_item) in cl_qpool_put() argument
496 cl_qcpool_put(&p_pool->qcpool, p_pool_item); in cl_qpool_put()