Searched refs:min_weight (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_core.c | 38 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 D | rsi_main.h | 291 u8 min_weight; member
|
| /OK3568_Linux_fs/buildroot/package/setools/ |
| H A D | 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch | 66 - 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 D | acpi_pad.c | 90 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 D | diag.h | 175 __u16 min_weight; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-dev.c | 2714 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()
|