| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | tcp_hybla.c | 20 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */ 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 137 * as long as increment is estimated as (rho<<7)/window in hybla_cong_avoid() 140 increment = ca->rho2_7ls / tp->snd_cwnd; in hybla_cong_avoid() 141 if (increment < 128) in hybla_cong_avoid() 145 odd = increment % 128; in hybla_cong_avoid() 146 tp->snd_cwnd += increment >> 7; in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | tcp_hybla.c | 20 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */ 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 137 * as long as increment is estimated as (rho<<7)/window in hybla_cong_avoid() 140 increment = ca->rho2_7ls / tcp_snd_cwnd(tp); in hybla_cong_avoid() 141 if (increment < 128) in hybla_cong_avoid() 145 odd = increment % 128; in hybla_cong_avoid() 146 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + (increment >> 7)); in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | mtrr.h | 39 unsigned int type, bool increment); 41 unsigned int type, bool increment); 63 unsigned int type, bool increment) in mtrr_add() 68 unsigned int type, bool increment) in mtrr_add_page() 62 mtrr_add(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add() argument 67 mtrr_add_page(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add_page() argument
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | mtrr.h | 67 unsigned int type, bool increment); 69 unsigned int type, bool increment); 98 unsigned int type, bool increment) in mtrr_add() 103 unsigned int type, bool increment) in mtrr_add_page() 97 mtrr_add(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add() argument 102 mtrr_add_page(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add_page() argument
|
| /kernel/linux/linux-5.10/sound/isa/gus/ |
| H A D | gus_volume.c | 71 unsigned short range, increment, value, i; 92 increment = 1; 94 increment = (value + (value >> 1)) / us; 95 return (range << 6) | (increment & 0x3f);
|
| /kernel/linux/linux-6.6/sound/isa/gus/ |
| H A D | gus_volume.c | 71 unsigned short range, increment, value, i; 92 increment = 1; 94 increment = (value + (value >> 1)) / us; 95 return (range << 6) | (increment & 0x3f);
|
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 382 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local 425 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double() 429 increment = in FPU_store_double() 434 increment = in FPU_store_double() 439 increment = 0; in FPU_store_double() 446 if (increment) { in FPU_store_double() 460 /* We only need to increment sigl */ in FPU_store_double() 484 if (increment) in FPU_store_double() 567 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local 612 increment in FPU_store_single() [all...] |
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| H A D | reg_ld_str.c | 382 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local 425 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double() 429 increment = in FPU_store_double() 434 increment = in FPU_store_double() 439 increment = 0; in FPU_store_double() 446 if (increment) { in FPU_store_double() 460 /* We only need to increment sigl */ in FPU_store_double() 484 if (increment) in FPU_store_double() 567 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local 612 increment in FPU_store_single() [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.h | 421 int increment, 501 unsigned int num_clips, int increment); 505 int increment); 525 unsigned int num_clips, int increment, 558 int increment,
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 195 * @increment: If this is true do usage counting on the region 226 unsigned int type, bool increment) in mtrr_add_page() 301 if (increment) in mtrr_add_page() 314 if (increment) in mtrr_add_page() 347 * @increment: If this is true do usage counting on the region 378 bool increment) in mtrr_add() 385 increment); in mtrr_add() 225 mtrr_add_page(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add_page() argument 377 mtrr_add(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | compress.h | 34 size_t process_header(void *record, size_t increment)); 55 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | compress.h | 34 size_t process_header(void *record, size_t increment)); 55 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_sfb.c | 60 u32 increment; /* d1 */ member 187 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 484 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 532 q->increment = ctl->increment; in sfb_change() 577 .increment = q->increment, in sfb_dump()
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_sfb.c | 60 u32 increment; /* d1 */ member 187 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 484 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 532 q->increment = ctl->increment; in sfb_change() 577 .increment = q->increment, in sfb_dump()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.h | 439 int increment, 513 int increment); 533 unsigned int num_clips, int increment, 566 int increment,
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
| H A D | rcar_gen4_ptp.c | 20 .increment = PTPTIVC0, 41 iowrite32(addend, ptp_priv->addr + ptp_priv->offs->increment); in rcar_gen4_ptp_adjfine() 152 iowrite32(ptp_priv->default_addend, ptp_priv->addr + ptp_priv->offs->increment); in rcar_gen4_ptp_register()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 271 * @increment: If this is true do usage counting on the region 302 unsigned int type, bool increment) in mtrr_add_page() 377 if (increment) in mtrr_add_page() 390 if (increment) in mtrr_add_page() 423 * @increment: If this is true do usage counting on the region 454 bool increment) in mtrr_add() 461 increment); in mtrr_add() 301 mtrr_add_page(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add_page() argument 453 mtrr_add(unsigned long base, unsigned long size, unsigned int type, bool increment) mtrr_add() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_cm_common.c | 323 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local 375 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format() 379 i += increment) { in cm_helper_translate_curve_to_hw_format() 520 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local 551 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format() 555 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
|
| /kernel/linux/linux-5.10/arch/um/include/shared/ |
| H A D | kern.h | 17 extern void *sbrk(int increment);
|
| /kernel/linux/linux-6.6/arch/um/include/shared/ |
| H A D | kern.h | 17 extern void *sbrk(int increment);
|
| /kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
| H A D | sdio.c | 45 u32 increment: 1; member 365 cmd.increment = 1; in wilc_sdio_write_reg() 407 cmd.increment = 1; in wilc_sdio_write() 429 cmd.increment = 1; in wilc_sdio_write() 482 cmd.increment = 1; in wilc_sdio_read_reg() 528 cmd.increment = 1; in wilc_sdio_read() 550 cmd.increment = 1; in wilc_sdio_read()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
| H A D | sdio.c | 46 u32 increment: 1; member 400 cmd.increment = 1; in wilc_sdio_write_reg() 444 cmd.increment = 1; in wilc_sdio_write() 466 cmd.increment = 1; in wilc_sdio_write() 519 cmd.increment = 1; in wilc_sdio_read_reg() 567 cmd.increment = 1; in wilc_sdio_read() 589 cmd.increment = 1; in wilc_sdio_read()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_cm_common.c | 121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local 174 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_hw_format() 178 i += increment) { in cm3_helper_translate_curve_to_hw_format() 320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local 351 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_degamma_hw_format() 355 i += increment) { in cm3_helper_translate_curve_to_degamma_hw_format()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_cm_common.c | 326 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local 378 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format() 382 i += increment) { in cm_helper_translate_curve_to_hw_format() 531 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local 562 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format() 566 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_cm_common.c | 121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local 174 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_hw_format() 178 i += increment) { in cm3_helper_translate_curve_to_hw_format() 320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local 351 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_degamma_hw_format() 355 i += increment) { in cm3_helper_translate_curve_to_degamma_hw_format()
|