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

/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_comppool.h430 return (cl_qcpool_count(&p_pool->qcpool));
H A Dcl_pool.h409 return (cl_qcpool_count(&p_pool->qcpool));
H A Dcl_qpool.h430 return (cl_qcpool_count(&p_pool->qcpool));
H A Dcl_qcomppool.h104 * cl_is_qcpool_inited, cl_qcpool_count
494 * cl_qcpool_count, cl_pfn_qcpool_init_t, cl_pfn_qcpool_dtor_t
531 /****f* Component Library: Quick Composite Pool/cl_qcpool_count
533 * cl_qcpool_count
536 * The cl_qcpool_count function returns the number of available objects
541 static inline size_t cl_qcpool_count(IN cl_qcpool_t * const p_pool) function
592 * cl_qcpool_grow, cl_qcpool_count
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c182 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects);

Completed in 218 milliseconds