Lines Matching +full:self +full:- +full:describing
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
62 * The quick pool provides a self-contained and self-sustaining pool
138 * Any non-CL_SUCCESS status will be returned by the function that initiated
141 * All memory for the object is pre-allocated. Users should include space in
275 /* CL_ASSERT that a non-null pointer is provided. */ in cl_is_qpool_inited()
277 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_qpool_inited()
342 * the pool assumes the cl_pool_item_t structure describing objects is
361 * CL_INVALID_SETTING if a the maximum size is non-zero and less than the
390 cl_qcpool_destroy(&p_pool->qcpool); in cl_qpool_destroy()
430 return (cl_qcpool_count(&p_pool->qcpool)); in cl_qpool_count()
459 return (cl_qcpool_get(&p_pool->qcpool)); in cl_qpool_get()
496 cl_qcpool_put(&p_pool->qcpool, p_pool_item); in cl_qpool_put()
536 cl_qcpool_put_list(&p_pool->qcpool, p_list); in cl_qpool_put_list()
576 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_qpool_grow()