Searched refs:num_allocated (Results 1 – 12 of 12) sorted by relevance
64 if (ibuf_rsrc.num_active < ibuf_rsrc.num_allocated) { in ia_css_isys_ibuf_rmgr_acquire()65 for (i = 0; i < ibuf_rsrc.num_allocated; i++) { in ia_css_isys_ibuf_rmgr_acquire()82 if ((ibuf_rsrc.num_allocated < MAX_IBUF_HANDLES) && in ia_css_isys_ibuf_rmgr_acquire()84 handle = getHandle(ibuf_rsrc.num_allocated); in ia_css_isys_ibuf_rmgr_acquire()92 ibuf_rsrc.num_allocated++; in ia_css_isys_ibuf_rmgr_acquire()114 for (i = 0; i < ibuf_rsrc.num_allocated; i++) { in ia_css_isys_ibuf_rmgr_release()
35 u16 num_allocated; member
45 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()51 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()101 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()121 vc4->bo_labels[free_slot].num_allocated = 0; in vc4_get_user_label()136 vc4->bo_labels[label].num_allocated++; in vc4_bo_set_label()140 vc4->bo_labels[bo->label].num_allocated--; in vc4_bo_set_label()143 if (vc4->bo_labels[bo->label].num_allocated == 0 && in vc4_bo_set_label()399 vc4->bo_labels[VC4_BO_TYPE_KERNEL].num_allocated++; in vc4_create_object()1051 if (vc4->bo_labels[i].num_allocated) { in vc4_bo_cache_destroy()1054 vc4->bo_labels[i].num_allocated, in vc4_bo_cache_destroy()
110 u32 num_allocated; member
39 v3d->bo_stats.num_allocated--; in v3d_free_object()116 v3d->bo_stats.num_allocated++; in v3d_bo_create_finish()
113 u32 num_allocated; member
204 v3d->bo_stats.num_allocated); in v3d_debugfs_bo_stats()
147 unsigned int num_allocated; member
137 t->num_allocated = num; in alloc_targets()661 BUG_ON(t->num_targets >= t->num_allocated); in dm_table_add_target()
569 int num_allocated = 0; in vmxnet3_rq_alloc_rx_buf() local574 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()637 if (num_allocated == num_to_alloc) in vmxnet3_rq_alloc_rx_buf()641 num_allocated++; in vmxnet3_rq_alloc_rx_buf()647 num_allocated, ring->next2fill, ring->next2comp); in vmxnet3_rq_alloc_rx_buf()650 BUG_ON(num_allocated != 0 && ring->next2fill == ring->next2comp); in vmxnet3_rq_alloc_rx_buf()652 return num_allocated; in vmxnet3_rq_alloc_rx_buf()
5516 int num_allocated = 0; in lpfc_slave_alloc() local5598 num_allocated = lpfc_new_scsi_buf_s3(vport, num_to_alloc); in lpfc_slave_alloc()5599 if (num_to_alloc != num_allocated) { in lpfc_slave_alloc()5604 num_to_alloc, num_allocated); in lpfc_slave_alloc()5606 if (num_allocated > 0) in lpfc_slave_alloc()5607 phba->total_scsi_bufs += num_allocated; in lpfc_slave_alloc()
2520 u32 *num_allocated) in __vxge_hw_mempool_grow() argument2528 *num_allocated = 0; in __vxge_hw_mempool_grow()2564 (*num_allocated)++; in __vxge_hw_mempool_grow()