Searched refs:max_weight (Results 1 – 4 of 4) sorted by relevance
241 static const u32 max_weight = BIT(HW_ATL2_TPS_DATA_TCTWEIGHT_WIDTH) - 1; in hw_atl2_hw_init_tx_tc_rate_limit() local 277 max_weight) / in hw_atl2_hw_init_tx_tc_rate_limit() 279 tc_weight[tc] = min(tc_weight[tc], max_weight); in hw_atl2_hw_init_tx_tc_rate_limit() 307 if (!weight && sum_weight < max_weight) in hw_atl2_hw_init_tx_tc_rate_limit() 308 weight = (max_weight - sum_weight) / in hw_atl2_hw_init_tx_tc_rate_limit()
762 unsigned int max_weight = 0; in objagg_tmp_graph_node_max_weight() local 772 if (weight >= max_weight) { in objagg_tmp_graph_node_max_weight() 773 max_weight = weight; in objagg_tmp_graph_node_max_weight()
206 __u16 max_weight; member
813 int max_weight; member 832 sched->max_weight = wmax; in perf_sched_init() 960 if (sched->state.weight > sched->max_weight) in perf_sched_next_event()