Searched refs:cl_qcpool_grow (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_comppool.h555 return (cl_qcpool_grow(&p_pool->qcpool, obj_count));
H A Dcl_pool.h531 return (cl_qcpool_grow(&p_pool->qcpool, obj_count));
H A Dcl_qpool.h127 * and cl_qcpool_grow.
137 * or cl_qcpool_grow, causing the initiating function to fail.
576 return (cl_qcpool_grow(&p_pool->qcpool, obj_count));
H A Dcl_qcomppool.h101 * cl_qcpool_get, cl_qcpool_put, cl_qcpool_put_list, cl_qcpool_grow
206 * and cl_qcpool_grow.
216 * operation, initiated either through cl_qcpool_init or cl_qcpool_grow,
493 * cl_qcpool_get, cl_qcpool_put, cl_qcpool_grow,
592 * cl_qcpool_grow, cl_qcpool_count
698 /****f* Component Library: Quick Composite Pool/cl_qcpool_grow
700 * cl_qcpool_grow
703 * The cl_qcpool_grow function grows a quick composite pool by
708 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count);
728 * It is not necessary to call cl_qcpool_grow i
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c158 status = cl_qcpool_grow(p_pool, min_size);
209 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) function
332 cl_qcpool_grow(p_pool, p_pool->grow_size);
363 cl_qcpool_grow(p_pool, p_pool->grow_size);

Completed in 90 milliseconds