Searched refs:base_weight (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-historical-service-time.c | 178 unsigned int base_weight = HST_FIXED_95; in hst_create() local 183 * Arguments: [<base_weight> [<threshold_multiplier>]] in hst_create() 184 * <base_weight>: Base weight for ema [0, 1024) 10-bit fixed point. A in hst_create() 196 if (argc && (sscanf(argv[0], "%u%c", &base_weight, &dummy) != 1 || in hst_create() 197 base_weight >= HST_FIXED_1)) { in hst_create() 212 hst_set_weights(ps, base_weight); in hst_create()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ps-historical-service-time.c | 178 unsigned int base_weight = HST_FIXED_95; in hst_create() local 183 * Arguments: [<base_weight> [<threshold_multiplier>]] in hst_create() 184 * <base_weight>: Base weight for ema [0, 1024) 10-bit fixed point. A in hst_create() 196 if (argc && (sscanf(argv[0], "%u%c", &base_weight, &dummy) != 1 || in hst_create() 197 base_weight >= HST_FIXED_1)) { in hst_create() 212 hst_set_weights(ps, base_weight); in hst_create()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 692 u32 base_weight = 0; in bnx2x_ets_e3b0_pbf_disabled() local 727 base_weight = PBF_REG_COS0_WEIGHT_P0; in bnx2x_ets_e3b0_pbf_disabled() 730 base_weight = PBF_REG_COS0_WEIGHT_P1; in bnx2x_ets_e3b0_pbf_disabled() 735 REG_WR(bp, base_weight + (0x4 * i), 0); in bnx2x_ets_e3b0_pbf_disabled()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 692 u32 base_weight = 0; in bnx2x_ets_e3b0_pbf_disabled() local 727 base_weight = PBF_REG_COS0_WEIGHT_P0; in bnx2x_ets_e3b0_pbf_disabled() 730 base_weight = PBF_REG_COS0_WEIGHT_P1; in bnx2x_ets_e3b0_pbf_disabled() 735 REG_WR(bp, base_weight + (0x4 * i), 0); in bnx2x_ets_e3b0_pbf_disabled()
|
Completed in 37 milliseconds