Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_qpool.h430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_qpool_count()
HDcl_pool.h409 return (cl_qcpool_count(&p_pool->qcpool)); in cl_pool_count()
HDcl_comppool.h430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_cpool_count()
HDcl_qcomppool.h541 static inline size_t cl_qcpool_count(IN cl_qcpool_t * const p_pool) in cl_qcpool_count() function
/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_pool.c182 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()