Searched refs:qcpool (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_qpool.h | 207 cl_qcpool_t qcpool; member 277 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_qpool_inited() 390 cl_qcpool_destroy(&p_pool->qcpool); in cl_qpool_destroy() 430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_qpool_count() 459 return (cl_qcpool_get(&p_pool->qcpool)); in cl_qpool_get() 496 cl_qcpool_put(&p_pool->qcpool, p_pool_item); in cl_qpool_put() 536 cl_qcpool_put_list(&p_pool->qcpool, p_list); in cl_qpool_put_list() 576 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_qpool_grow()
|
H A D | cl_pool.h | 188 cl_qcpool_t qcpool; member 258 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_pool_inited() 369 cl_qcpool_destroy(&p_pool->qcpool); in cl_pool_destroy() 409 return (cl_qcpool_count(&p_pool->qcpool)); in cl_pool_count() 440 p_pool_obj = (cl_pool_obj_t *) cl_qcpool_get(&p_pool->qcpool); in cl_pool_get() 492 cl_qcpool_put(&p_pool->qcpool, &p_pool_obj->pool_item); in cl_pool_put() 531 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_pool_grow()
|
H A D | cl_comppool.h | 201 cl_qcpool_t qcpool; member 271 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_cpool_inited() 391 cl_qcpool_destroy(&p_pool->qcpool); in cl_cpool_destroy() 430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_cpool_count() 463 p_pool_obj = (cl_pool_obj_t *) cl_qcpool_get(&p_pool->qcpool); in cl_cpool_get() 516 cl_qcpool_put(&p_pool->qcpool, &p_pool_obj->pool_item); in cl_cpool_put() 555 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_cpool_grow()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_pool.c | 420 cl_qcpool_construct(&p_pool->qcpool); in cl_qpool_construct() 439 status = cl_qcpool_init(&p_pool->qcpool, min_size, max_size, grow_size, in cl_qpool_init() 517 cl_qcpool_construct(&p_pool->qcpool); in cl_cpool_construct() 543 status = cl_qcpool_init(&p_pool->qcpool, min_size, max_size, grow_size, in cl_cpool_init() 623 cl_qcpool_construct(&p_pool->qcpool); in cl_pool_construct() 650 status = cl_qcpool_init(&p_pool->qcpool, min_size, max_size, grow_size, in cl_pool_init()
|