Searched refs:obj_count (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/ofed/opensm/complib/ |
| H A D | cl_pool.c | 207 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) in cl_qcpool_grow() argument 217 CL_ASSERT(obj_count); in cl_qcpool_grow() 224 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow() 225 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow() 234 malloc(sizeof(cl_list_item_t) + (obj_size * obj_count)); in cl_qcpool_grow() 241 sizeof(cl_list_item_t) + (obj_size * obj_count)); in cl_qcpool_grow() 248 while (obj_count--) { in cl_qcpool_grow()
|
| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_qpool.h | 573 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()
|
| H A D | cl_pool.h | 528 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()
|
| H A D | cl_comppool.h | 552 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()
|
| H A D | cl_qcomppool.h | 708 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count);
|
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 57 for (i = 0; i < state->obj_count; i++) { in ntsync_wait_any() 83 for (i = 0; i < state->obj_count - alerti; i++) { in ntsync_wait_all_prepare() 110 for (i = 0; i < state->obj_count - alerti; i++) { in ntsync_wait_all_commit() 125 for (i = 0; i < state->obj_count; i++) { in ntsync_wait_link_waiters() 142 for (i = 0; i < state->obj_count; i++) { in ntsync_wait_unlink_waiters() 158 for (i = 0; i < state->obj_count - alerti; i++) { in ntsync_wait_post_commit() 187 index = state->obj_count - 1; in ntsync_wait_check_ready() 1251 state->obj_count = nwa->count; in ntsync_wait_state_get() 1256 state->obj_count++; in ntsync_wait_state_get() 1261 for (i = 0; i < state->obj_count; i++) { in ntsync_wait_state_get() [all …]
|
| H A D | ntsyncvar.h | 80 int obj_count; member
|
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_rc.c | 730 uint32_t *obj_count) in dpaa2_rc_get_obj_count() argument 735 if (portal == NULL || cmd == NULL || obj_count == NULL) in dpaa2_rc_get_obj_count() 740 *obj_count = (uint32_t)(cmd->params[0] >> 32); in dpaa2_rc_get_obj_count() 2750 uint32_t major, minor, rev, obj_count; in dpaa2_rc_discover() local 2786 rc = DPAA2_CMD_RC_GET_OBJ_COUNT(rcdev, child, &cmd, &obj_count); in dpaa2_rc_discover() 2794 device_printf(rcdev, "Objects in container: %u\n", obj_count); in dpaa2_rc_discover() 2819 for (uint32_t i = 0; i < obj_count; i++) { in dpaa2_rc_discover() 2834 for (uint32_t i = 0; i < obj_count; i++) { in dpaa2_rc_discover() 2858 for (uint32_t i = 0; i < obj_count; i++) { in dpaa2_rc_discover()
|
| H A D | dpaa2_cmd_if.m | 103 uint32_t *obj_count) 108 device_get_parent(dev), child, cmd, obj_count)); 966 uint32_t *obj_count;
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 250 static unsigned int obj_count; /* Number of objects in obj_list */ variable 847 obj_count++; in _rtld() 1044 _dlp->num_alloc = obj_count, \ 3009 obj_count++; in do_load_object() 3092 obj_count++; in load_kpreload() 4434 phdr_info->dlpi_subs = obj_loads - obj_count; in rtld_fill_dl_phdr_info() 5409 obj_count--; in unload_object()
|