Home
last modified time | relevance | path

Searched refs:min_weight (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c38 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()
65 ((tx_qinfo[ii].weight > common->min_weight) ? in rsi_recalculate_weights()
66 tx_qinfo[ii].weight - common->min_weight : 0); in rsi_recalculate_weights()
174 (common->tx_qinfo[ii].weight < common->min_weight)) && in rsi_core_determine_hal_queue()
176 common->min_weight = common->tx_qinfo[ii].weight; in rsi_core_determine_hal_queue()
H A Drsi_main.h291 u8 min_weight; member
/linux/drivers/acpi/
H A Dacpi_pad.c94 unsigned long min_weight = -1; in round_robin_cpu() local
114 if (cpu_weight[cpu] < min_weight) { in round_robin_cpu()
115 min_weight = cpu_weight[cpu]; in round_robin_cpu()