Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/setools/
H A D0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch66 - g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
68 + g = setools.infoflow.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_pad.c90 unsigned long min_weight = -1; in round_robin_cpu() local
110 if (cpu_weight[cpu] < min_weight) { in round_robin_cpu()
111 min_weight = cpu_weight[cpu]; in round_robin_cpu()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddiag.h175 __u16 min_weight; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2714 unsigned int total_weight, min_weight, weight; in xgbe_config_dcb_tc() local
2728 min_weight = total_weight / 100; in xgbe_config_dcb_tc()
2729 if (!min_weight) in xgbe_config_dcb_tc()
2730 min_weight = 1; in xgbe_config_dcb_tc()
2761 weight = clamp(weight, min_weight, total_weight); in xgbe_config_dcb_tc()