Home
last modified time | relevance | path

Searched refs:obj_count (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/ofed/management/opensm/complib/
HDcl_pool.c209 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) in cl_qcpool_grow() argument
219 CL_ASSERT(obj_count); in cl_qcpool_grow()
226 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()
227 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()
236 malloc(sizeof(cl_list_item_t) + (obj_size * obj_count)); in cl_qcpool_grow()
243 sizeof(cl_list_item_t) + (obj_size * obj_count)); in cl_qcpool_grow()
250 while (obj_count--) { in cl_qcpool_grow()
/trueos/contrib/gcclibs/libmudflap/
HDmf-runtime.c868 unsigned obj_count; in __mfu_check() local
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check()
875 if (UNLIKELY (obj_count > 1)) in __mfu_check()
881 obj_count)); in __mfu_check()
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check()
884 assert (n == obj_count); in __mfu_check()
894 for (i = 0; i < obj_count; i++) in __mfu_check()
906 for (i = 0; i < obj_count; i++) in __mfu_check()
931 for (i = 0; i < obj_count; i++) in __mfu_check()
950 if (UNLIKELY ((judgement == 0) && (obj_count > 1))) in __mfu_check()
[all …]
/trueos/contrib/ofed/management/opensm/include/complib/
HDcl_qpool.h573 cl_qpool_grow(IN cl_qpool_t * const p_pool, IN const size_t obj_count) in cl_qpool_grow() argument
576 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_qpool_grow()
HDcl_pool.h528 cl_pool_grow(IN cl_pool_t * const p_pool, IN const size_t obj_count) in cl_pool_grow() argument
531 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_pool_grow()
HDcl_comppool.h552 cl_cpool_grow(IN cl_cpool_t * const p_pool, IN const uint32_t obj_count) in cl_cpool_grow() argument
555 return (cl_qcpool_grow(&p_pool->qcpool, obj_count)); in cl_cpool_grow()
HDcl_qcomppool.h708 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count);
/trueos/libexec/rtld-elf/
HDrtld.c191 static unsigned int obj_count; /* Number of objects in obj_list */ variable
267 ((dlp)->objs = alloca(obj_count * sizeof (dlp)->objs[0]), \
269 (dlp)->num_alloc = obj_count, \
545 obj_count++; in _rtld()
2247 obj_count++; in do_load_object()
3354 phdr_info->dlpi_subs = obj_loads - obj_count; in rtld_fill_dl_phdr_info()
4208 obj_count--; in unload_object()
/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-virtualpath.c9769 vxge_hal_vpath_sw_obj_count_t *obj_count) in vxge_hal_vpath_obj_count_get() argument
9774 if ((vpath_handle == NULL) || (obj_count == NULL)) in vxge_hal_vpath_obj_count_get()
9784 (ptr_t) obj_count); in vxge_hal_vpath_obj_count_get()
9786 vxge_os_memcpy(obj_count, &vp->vpath->sw_stats->obj_counts, in vxge_hal_vpath_obj_count_get()