Home
last modified time | relevance | path

Searched refs:cl_qcpool_grow (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c156 status = cl_qcpool_grow(p_pool, min_size); in cl_qcpool_init()
207 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) in cl_qcpool_grow() function
330 cl_qcpool_grow(p_pool, p_pool->grow_size); in cl_qcpool_get()
361 cl_qcpool_grow(p_pool, p_pool->grow_size); in cl_qcpool_get_tail()
H A Dlibosmcomp.map81 cl_qcpool_grow;
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qpool.h576 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_qpool_grow()
H A Dcl_pool.h531 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_pool_grow()
H A Dcl_comppool.h555 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_cpool_grow()
H A Dcl_qcomppool.h708 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count);