Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qpool.h211 } cl_qpool_t; typedef
244 void cl_qpool_construct(IN cl_qpool_t * const p_pool);
273 static inline uint32_t cl_is_qpool_inited(IN const cl_qpool_t * const p_pool) in cl_is_qpool_inited()
309 cl_qpool_init(IN cl_qpool_t * const p_pool,
387 static inline void cl_qpool_destroy(IN cl_qpool_t * const p_pool) in cl_qpool_destroy()
427 static inline size_t cl_qpool_count(IN cl_qpool_t * const p_pool) in cl_qpool_count()
456 static inline cl_pool_item_t *cl_qpool_get(IN cl_qpool_t * const p_pool) in cl_qpool_get()
492 cl_qpool_put(IN cl_qpool_t * const p_pool, in cl_qpool_put()
533 cl_qpool_put_list(IN cl_qpool_t * const p_pool, IN cl_qlist_t * const p_list) in cl_qpool_put_list()
573 cl_qpool_grow(IN cl_qpool_t * const p_pool, IN const size_t obj_count) in cl_qpool_grow()
H A Dcl_dispatcher.h218 cl_qpool_t msg_pool;
H A Dcl_map.h112 cl_qpool_t pool;
H A Dcl_list.h120 cl_qpool_t list_item_pool;
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c389 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_init_cb()
408 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_dtor_cb()
416 void cl_qpool_construct(IN cl_qpool_t * const p_pool) in cl_qpool_construct()
418 memset(p_pool, 0, sizeof(cl_qpool_t)); in cl_qpool_construct()
423 cl_status_t cl_qpool_init(IN cl_qpool_t * const p_pool, in cl_qpool_init()