Lines Matching refs:CL_ASSERT
60 CL_ASSERT(p_pool); in cl_qcpool_construct()
79 CL_ASSERT(p_pool); in cl_qcpool_init()
81 CL_ASSERT(num_components); in cl_qcpool_init()
83 CL_ASSERT(component_sizes); in cl_qcpool_init()
88 CL_ASSERT(pfn_initializer || in cl_qcpool_init()
167 CL_ASSERT(p_pool); in cl_qcpool_destroy()
169 CL_ASSERT(cl_is_state_valid(p_pool->state)); in cl_qcpool_destroy()
180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()
215 CL_ASSERT(p_pool); in cl_qcpool_grow()
216 CL_ASSERT(p_pool->state == CL_INITIALIZED); in cl_qcpool_grow()
217 CL_ASSERT(obj_count); in cl_qcpool_grow()
283 CL_ASSERT(p_pool_item); in cl_qcpool_grow()
318 CL_ASSERT(p_pool); in cl_qcpool_get()
319 CL_ASSERT(p_pool->state == CL_INITIALIZED); in cl_qcpool_get()
341 CL_ASSERT(p_list_item != cl_qlist_end(&p_pool->free_list)); in cl_qcpool_get()
349 CL_ASSERT(p_pool); in cl_qcpool_get_tail()
350 CL_ASSERT(p_pool->state == CL_INITIALIZED); in cl_qcpool_get_tail()
372 CL_ASSERT(p_list_item != cl_qlist_end(&p_pool->free_list)); in cl_qcpool_get_tail()
391 CL_ASSERT(p_pool); in __cl_qpool_init_cb()
392 CL_ASSERT(p_pool->pfn_init); in __cl_qpool_init_cb()
393 CL_ASSERT(num_components == 1); in __cl_qpool_init_cb()
410 CL_ASSERT(p_pool); in __cl_qpool_dtor_cb()
411 CL_ASSERT(p_pool->pfn_dtor); in __cl_qpool_dtor_cb()
433 CL_ASSERT(p_pool); in cl_qpool_init()
465 CL_ASSERT(p_pool); in __cl_cpool_init_cb()
502 CL_ASSERT(p_pool); in __cl_cpool_dtor_cb()
503 CL_ASSERT(p_pool->pfn_dtor); in __cl_cpool_dtor_cb()
504 CL_ASSERT(((cl_pool_obj_t *) p_pool_item)->p_object); in __cl_cpool_dtor_cb()
513 CL_ASSERT(p_pool); in cl_cpool_construct()
531 CL_ASSERT(p_pool); in cl_cpool_init()
532 CL_ASSERT(num_components); in cl_cpool_init()
533 CL_ASSERT(component_sizes); in cl_cpool_init()
571 CL_ASSERT(p_pool); in __cl_pool_init_cb()
572 CL_ASSERT(pp_obj); in __cl_pool_init_cb()
573 CL_ASSERT(count == 1); in __cl_pool_init_cb()
608 CL_ASSERT(p_pool); in __cl_pool_dtor_cb()
609 CL_ASSERT(p_pool->pfn_dtor); in __cl_pool_dtor_cb()
610 CL_ASSERT(((cl_pool_obj_t *) p_pool_item)->p_object); in __cl_pool_dtor_cb()
619 CL_ASSERT(p_pool); in cl_pool_construct()
636 CL_ASSERT(p_pool); in cl_pool_init()