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

/freebsd-11-stable/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,
251 * p_pool_item
606 IN cl_pool_item_t * const p_pool_item)
610 CL_ASSERT(p_pool_item);
612 CL_ASSERT(p_pool_item->p_pool == p_pool);
615 cl_qlist_insert_head(&p_pool->free_list, &p_pool_item->list_item);
624 * p_pool_item
634 * The object specified by the p_pool_item parameter must have been
605 cl_qcpool_put(IN cl_qcpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
H A Dcl_qpool.h167 (*cl_pfn_qpool_dtor_t) (IN const cl_pool_item_t * const p_pool_item,
171 * p_pool_item
493 IN cl_pool_item_t * const p_pool_item)
496 cl_qcpool_put(&p_pool->qcpool, p_pool_item);
505 * p_pool_item
515 * The object specified by the p_pool_item parameter must have been
492 cl_qpool_put(IN cl_qpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c211 cl_pool_item_t *p_pool_item; local
263 p_pool_item = NULL;
267 &p_pool_item);
276 p_pool->pfn_dtor(p_pool_item,
283 CL_ASSERT(p_pool_item);
289 p_pool_item =
298 p_pool_item->p_pool = p_pool;
303 &p_pool_item->list_item);
405 static void __cl_qpool_dtor_cb(IN const cl_pool_item_t * const p_pool_item, argument
413 p_pool->pfn_dtor(p_pool_item, (voi
497 __cl_cpool_dtor_cb(IN const cl_pool_item_t * const p_pool_item, IN void *const context) argument
603 __cl_pool_dtor_cb(IN const cl_pool_item_t * const p_pool_item, IN void *const context) argument
[all...]

Completed in 166 milliseconds