num_allocated      39 drivers/gpu/drm/v3d/v3d_bo.c 	v3d->bo_stats.num_allocated--;
num_allocated     116 drivers/gpu/drm/v3d/v3d_bo.c 	v3d->bo_stats.num_allocated++;
num_allocated     204 drivers/gpu/drm/v3d/v3d_debugfs.c 		   v3d->bo_stats.num_allocated);
num_allocated     116 drivers/gpu/drm/v3d/v3d_drv.h 		u32 num_allocated;
num_allocated      45 drivers/gpu/drm/vc4/vc4_bo.c 		if (!vc4->bo_labels[i].num_allocated)
num_allocated      51 drivers/gpu/drm/vc4/vc4_bo.c 			   vc4->bo_labels[i].num_allocated);
num_allocated     101 drivers/gpu/drm/vc4/vc4_bo.c 		WARN_ON(vc4->bo_labels[free_slot].num_allocated != 0);
num_allocated     121 drivers/gpu/drm/vc4/vc4_bo.c 		vc4->bo_labels[free_slot].num_allocated = 0;
num_allocated     136 drivers/gpu/drm/vc4/vc4_bo.c 		vc4->bo_labels[label].num_allocated++;
num_allocated     140 drivers/gpu/drm/vc4/vc4_bo.c 	vc4->bo_labels[bo->label].num_allocated--;
num_allocated     143 drivers/gpu/drm/vc4/vc4_bo.c 	if (vc4->bo_labels[bo->label].num_allocated == 0 &&
num_allocated     399 drivers/gpu/drm/vc4/vc4_bo.c 	vc4->bo_labels[VC4_BO_TYPE_KERNEL].num_allocated++;
num_allocated    1050 drivers/gpu/drm/vc4/vc4_bo.c 		if (vc4->bo_labels[i].num_allocated) {
num_allocated    1053 drivers/gpu/drm/vc4/vc4_bo.c 				  vc4->bo_labels[i].num_allocated,
num_allocated     108 drivers/gpu/drm/vc4/vc4_drv.h 		u32 num_allocated;
num_allocated      42 drivers/md/dm-table.c 	unsigned int num_allocated;
num_allocated     177 drivers/md/dm-table.c 	t->num_allocated = num;
num_allocated     721 drivers/md/dm-table.c 	BUG_ON(t->num_targets >= t->num_allocated);
num_allocated    2526 drivers/net/ethernet/neterion/vxge/vxge-config.c 		       u32 *num_allocated)
num_allocated    2534 drivers/net/ethernet/neterion/vxge/vxge-config.c 	*num_allocated = 0;
num_allocated    2570 drivers/net/ethernet/neterion/vxge/vxge-config.c 		(*num_allocated)++;
num_allocated     569 drivers/net/vmxnet3/vmxnet3_drv.c 	int num_allocated = 0;
num_allocated     574 drivers/net/vmxnet3/vmxnet3_drv.c 	while (num_allocated <= num_to_alloc) {
num_allocated     637 drivers/net/vmxnet3/vmxnet3_drv.c 		if (num_allocated == num_to_alloc)
num_allocated     641 drivers/net/vmxnet3/vmxnet3_drv.c 		num_allocated++;
num_allocated     647 drivers/net/vmxnet3/vmxnet3_drv.c 		num_allocated, ring->next2fill, ring->next2comp);
num_allocated     650 drivers/net/vmxnet3/vmxnet3_drv.c 	BUG_ON(num_allocated != 0 && ring->next2fill == ring->next2comp);
num_allocated     652 drivers/net/vmxnet3/vmxnet3_drv.c 	return num_allocated;
num_allocated    5504 drivers/scsi/lpfc/lpfc_scsi.c 	int num_allocated = 0;
num_allocated    5586 drivers/scsi/lpfc/lpfc_scsi.c 	num_allocated = lpfc_new_scsi_buf_s3(vport, num_to_alloc);
num_allocated    5587 drivers/scsi/lpfc/lpfc_scsi.c 	if (num_to_alloc != num_allocated) {
num_allocated    5592 drivers/scsi/lpfc/lpfc_scsi.c 					 num_to_alloc, num_allocated);
num_allocated    5594 drivers/scsi/lpfc/lpfc_scsi.c 	if (num_allocated > 0)
num_allocated    5595 drivers/scsi/lpfc/lpfc_scsi.c 		phba->total_scsi_bufs += num_allocated;