Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_pool.c213 cl_pool_item_t *p_pool_item; in cl_qcpool_grow() local
265 p_pool_item = NULL; in cl_qcpool_grow()
269 &p_pool_item); in cl_qcpool_grow()
278 p_pool->pfn_dtor(p_pool_item, in cl_qcpool_grow()
285 CL_ASSERT(p_pool_item); in cl_qcpool_grow()
291 p_pool_item = in cl_qcpool_grow()
300 p_pool_item->p_pool = p_pool; in cl_qcpool_grow()
305 &p_pool_item->list_item); in cl_qcpool_grow()
409 __cl_qpool_dtor_cb(IN const cl_pool_item_t * const p_pool_item, in __cl_qpool_dtor_cb() argument
417 p_pool->pfn_dtor(p_pool_item, (void *)p_pool->context); in __cl_qpool_dtor_cb()
[all …]
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_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()
HDcl_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()