Searched refs:max_weight (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c241 static const u32 max_weight = BIT(HW_ATL2_TPS_DATA_TCTWEIGHT_WIDTH) - 1; local
277 max_weight) /
279 tc_weight[tc] = min(tc_weight[tc], max_weight);
307 if (!weight && sum_weight < max_weight)
308 weight = (max_weight - sum_weight) /
/linux-master/arch/s390/include/asm/
H A Ddiag.h200 __u16 max_weight; member in struct:diag204_x_cpu_info
/linux-master/lib/
H A Dobjagg.c759 unsigned int max_weight = 0; local
769 if (weight >= max_weight) {
770 max_weight = weight;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c334 static const u32 max_weight = BIT(HW_ATL_TPS_DATA_TCTWEIGHT_WIDTH) - 1; local
367 max_weight) /
369 tc_weight[tc] = min(tc_weight[tc], max_weight);
402 if (!weight && sum_weight < max_weight)
403 weight = (max_weight - sum_weight) /
/linux-master/arch/x86/events/
H A Dcore.c797 int max_weight; member in struct:perf_sched
816 sched->max_weight = wmax;
944 if (sched->state.weight > sched->max_weight)

Completed in 147 milliseconds