Searched refs:cl_pool_t (Results 1 – 2 of 2) sorted by relevance
192 } cl_pool_t; typedef225 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()
567 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()