Home
last modified time | relevance | path

Searched refs:cl_pool_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
HDcl_pool.h192 } cl_pool_t; typedef
225 void cl_pool_construct(IN cl_pool_t * const p_pool);
254 static inline uint32_t cl_is_pool_inited(IN const cl_pool_t * const p_pool) in cl_is_pool_inited()
290 cl_pool_init(IN cl_pool_t * const p_pool,
366 static inline void cl_pool_destroy(IN cl_pool_t * const p_pool) in cl_pool_destroy()
406 static inline size_t cl_pool_count(IN cl_pool_t * const p_pool) in cl_pool_count()
434 static inline void *cl_pool_get(IN cl_pool_t * const p_pool) in cl_pool_get()
478 cl_pool_put(IN cl_pool_t * const p_pool, IN void *const p_object) in cl_pool_put()
528 cl_pool_grow(IN cl_pool_t * const p_pool, IN const size_t obj_count) in cl_pool_grow()
/freebsd-11-stable/contrib/ofed/opensm/complib/
HDcl_pool.c567 cl_pool_t *p_pool = (cl_pool_t *) context; in __cl_pool_init_cb()
606 cl_pool_t *p_pool = (cl_pool_t *) context; in __cl_pool_dtor_cb()
617 void cl_pool_construct(IN cl_pool_t * const p_pool) in cl_pool_construct()
621 memset(p_pool, 0, sizeof(cl_pool_t)); in cl_pool_construct()
626 cl_status_t cl_pool_init(IN cl_pool_t * const p_pool, IN const size_t min_size, in cl_pool_init()