Searched refs:cl_qpool_t (Results 1 – 5 of 5) sorted by relevance
211 } cl_qpool_t; typedef244 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()
218 cl_qpool_t msg_pool;
112 cl_qpool_t pool;
120 cl_qpool_t list_item_pool;
389 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()