Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qpool.h430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_qpool_count()
H A Dcl_pool.h409 return (cl_qcpool_count(&p_pool->qcpool)); in cl_pool_count()
H A Dcl_comppool.h430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_cpool_count()
H A Dcl_qcomppool.h541 static inline size_t cl_qcpool_count(IN cl_qcpool_t * const p_pool) in cl_qcpool_count() function
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()