total_weight     2177 arch/powerpc/platforms/powernv/pci-ioda.c 	unsigned int weight, total_weight = 0;
total_weight     2190 arch/powerpc/platforms/powernv/pci-ioda.c 		     &total_weight);
total_weight     2191 arch/powerpc/platforms/powernv/pci-ioda.c 	segs = (weight * phb->ioda.dma32_count) / total_weight;
total_weight     2230 arch/powerpc/platforms/powernv/pci-ioda.c 		weight, total_weight, base, segs);
total_weight      104 drivers/gpu/drm/i915/gvt/sched_policy.c 		int total_weight = 0;
total_weight      109 drivers/gpu/drm/i915/gvt/sched_policy.c 			total_weight += vgpu_data->sched_ctl.weight;
total_weight      115 drivers/gpu/drm/i915/gvt/sched_policy.c 						     total_weight) * vgpu_data->sched_ctl.weight;
total_weight     2714 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	unsigned int total_weight, min_weight, weight;
total_weight     2727 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	total_weight = pdata->netdev->mtu * pdata->hw_feat.tc_cnt;
total_weight     2728 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	min_weight = total_weight / 100;
total_weight     2760 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 			weight = total_weight * ets->tc_tx_bw[i] / 100;
total_weight     2761 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 			weight = clamp(weight, min_weight, total_weight);
total_weight       81 drivers/thermal/fair_share.c 	int total_weight = 0;
total_weight       89 drivers/thermal/fair_share.c 		total_weight += instance->weight;
total_weight      100 drivers/thermal/fair_share.c 		if (!total_weight)
total_weight      103 drivers/thermal/fair_share.c 			percentage = (instance->weight * 100) / total_weight;
total_weight      341 drivers/thermal/power_allocator.c 	int i, num_actors, total_weight, ret = 0;
total_weight      347 drivers/thermal/power_allocator.c 	total_weight = 0;
total_weight      352 drivers/thermal/power_allocator.c 			total_weight += instance->weight;
total_weight      401 drivers/thermal/power_allocator.c 		if (!total_weight)