Searched refs:num_allocated (Results 1 – 11 of 11) 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
49 if (!vc4->bo_labels[i].num_allocated) in vc4_bo_stats_print()55 vc4->bo_labels[i].num_allocated); in vc4_bo_stats_print()105 WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0); in vc4_get_user_label()125 vc4->bo_labels[free_slot].num_allocated = 0; in vc4_get_user_label()140 vc4->bo_labels[label].num_allocated++; in vc4_bo_set_label()144 vc4->bo_labels[bo->label].num_allocated--; in vc4_bo_set_label()147 if (vc4->bo_labels[bo->label].num_allocated == 0 && in vc4_bo_set_label()413 vc4->bo_labels[VC4_BO_TYPE_KERNEL].num_allocated++; in vc4_create_object()1052 if (vc4->bo_labels[i].num_allocated) { in vc4_bo_cache_destroy()1055 vc4->bo_labels[i].num_allocated, in vc4_bo_cache_destroy()
119 u32 num_allocated; member
39 v3d->bo_stats.num_allocated--; in v3d_free_object()117 v3d->bo_stats.num_allocated++; in v3d_bo_create_finish()
197 v3d->bo_stats.num_allocated); in v3d_debugfs_bo_stats()
141 u32 num_allocated; member
199 unsigned int num_allocated; member
122 t->num_allocated = num; in alloc_targets()647 BUG_ON(t->num_targets >= t->num_allocated); in dm_table_add_target()
589 int num_allocated = 0; in vmxnet3_rq_alloc_rx_buf() local594 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()660 if (num_allocated == num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()666 num_allocated++; in vmxnet3_rq_alloc_rx_buf()672 num_allocated, ring->next2fill, ring->next2comp); in vmxnet3_rq_alloc_rx_buf()675 BUG_ON(num_allocated != 0 && ring->next2fill == ring->next2comp); in vmxnet3_rq_alloc_rx_buf()677 return num_allocated; in vmxnet3_rq_alloc_rx_buf()
6256 int num_allocated = 0; in lpfc_slave_alloc() local6338 num_allocated = lpfc_new_scsi_buf_s3(vport, num_to_alloc); in lpfc_slave_alloc()6339 if (num_to_alloc != num_allocated) { in lpfc_slave_alloc()6344 num_to_alloc, num_allocated); in lpfc_slave_alloc()6346 if (num_allocated > 0) in lpfc_slave_alloc()6347 phba->total_scsi_bufs += num_allocated; in lpfc_slave_alloc()
Completed in 31 milliseconds