Lines Matching defs:p_pool
58 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool) in cl_qcpool_construct()
67 cl_status_t cl_qcpool_init(IN cl_qcpool_t * const p_pool, in cl_qcpool_init()
164 void cl_qcpool_destroy(IN cl_qcpool_t * const p_pool) in cl_qcpool_destroy()
207 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) in cl_qcpool_grow()
314 cl_pool_item_t *cl_qcpool_get(IN cl_qcpool_t * const p_pool) in cl_qcpool_get()
345 cl_pool_item_t *cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool) in cl_qcpool_get_tail()
389 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_init_cb() local
408 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_dtor_cb() local
416 void cl_qpool_construct(IN cl_qpool_t * const p_pool) in cl_qpool_construct()
423 cl_status_t cl_qpool_init(IN cl_qpool_t * const p_pool, in cl_qpool_init()
461 cl_cpool_t *p_pool = (cl_cpool_t *) context; in __cl_cpool_init_cb() local
500 cl_cpool_t *p_pool = (cl_cpool_t *) context; in __cl_cpool_dtor_cb() local
511 void cl_cpool_construct(IN cl_cpool_t * const p_pool) in cl_cpool_construct()
520 cl_status_t cl_cpool_init(IN cl_cpool_t * const p_pool, in cl_cpool_init()
567 cl_pool_t *p_pool = (cl_pool_t *) context; in __cl_pool_init_cb() local
606 cl_pool_t *p_pool = (cl_pool_t *) context; in __cl_pool_dtor_cb() local
617 void cl_pool_construct(IN cl_pool_t * const p_pool) 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()