/linux/net/ipv4/ |
A D | tcp_hybla.c | 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * 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()
|
/linux/arch/x86/include/asm/ |
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() argument 68 unsigned int type, bool increment) in mtrr_add_page() argument
|
/linux/sound/isa/gus/ |
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);
|
/linux/arch/x86/math-emu/ |
A D | reg_ld_str.c | 382 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local 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() 484 if (increment) in FPU_store_double() 617 increment = signpositive(&tmp) in FPU_store_single() 621 increment = signpositive(&tmp) in FPU_store_single() 625 increment = 0; in FPU_store_single() 632 if (increment) { in FPU_store_single() [all …]
|
/linux/scripts/atomic/fallbacks/ |
A D | inc_not_zero | 3 * arch_${atomic}_inc_not_zero - increment unless the number is zero 7 * Returns true if the increment was done.
|
A D | inc_and_test | 3 * arch_${atomic}_inc_and_test - increment and test
|
/linux/Documentation/devicetree/bindings/dma/ |
A D | st,stm32-dma.yaml | 20 0x0: no address increment between transfers 21 0x1: increment address between transfers 23 0x0: no address increment between transfers 24 0x1: increment address between transfers
|
A D | st,stm32-mdma.yaml | 22 -bit 0-1: Source increment mode 26 -bit 2-3: Destination increment mode 30 -bit 8-9: Source increment offset size 35 -bit 10-11: Destination increment offset size
|
A D | st_fdma.txt | 59 0x0: no address increment between transfers 60 0x1: increment address between transfers
|
/linux/drivers/gpu/drm/vmwgfx/ |
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,
|
/linux/arch/x86/kernel/cpu/mtrr/ |
A D | mtrr.c | 300 unsigned int type, bool increment) in mtrr_add_page() argument 375 if (increment) in mtrr_add_page() 388 if (increment) in mtrr_add_page() 452 bool increment) in mtrr_add() argument 459 increment); in mtrr_add()
|
/linux/tools/perf/util/ |
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()
|
/linux/net/sched/ |
A D | sch_sfb.c | 60 u32 increment; /* d1 */ member 187 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 482 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 530 q->increment = ctl->increment; in sfb_change() 575 .increment = q->increment, in sfb_dump()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-impedance-analyzer-ad5933 | 13 Frequency increment in Hz (step size) between consecutive 34 after each frequency increment, and before the ADC is triggered
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
A D | sdio.c | 44 u32 increment: 1; member 367 cmd.increment = 1; in wilc_sdio_write_reg() 409 cmd.increment = 1; in wilc_sdio_write() 431 cmd.increment = 1; in wilc_sdio_write() 484 cmd.increment = 1; in wilc_sdio_read_reg() 530 cmd.increment = 1; in wilc_sdio_read() 552 cmd.increment = 1; in wilc_sdio_read()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
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()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
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()
|
/linux/tools/perf/arch/arm/util/ |
A D | cs-etm.c | 664 u32 increment, nr_trc_params; in cs_etm_get_metadata() local 680 increment = CS_ETE_PRIV_MAX; in cs_etm_get_metadata() 687 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata() 705 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata() 714 *offset += increment; in cs_etm_get_metadata()
|
/linux/Documentation/block/ |
A D | stat.rst | 51 These values increment when an I/O request completes. 56 These values increment when an flush I/O request completes. 64 These values increment when an I/O request is merged with an
|
/linux/arch/um/include/shared/ |
A D | kern.h | 17 extern void *sbrk(int increment);
|
/linux/Documentation/core-api/ |
A D | refcount-vs-atomic.rst | 66 counter increment or addition happened, function returned true), 89 case 2) - increment-based ops that return no value 113 case 4) - increment-based RMW ops that return a value
|
/linux/fs/lockd/ |
A D | host.c | 444 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local 446 .to_initval = increment, in nlm_bind_host() 447 .to_increment = increment, in nlm_bind_host() 448 .to_maxval = increment * 6UL, in nlm_bind_host()
|
/linux/arch/m68k/ifpsp060/src/ |
A D | isp.S | 1042 add.l %a0,%d0 # increment 1053 add.l %a0,%d0 # increment 1064 add.l %a0,%d0 # increment 1075 add.l %a0,%d0 # increment 1086 add.l %a0,%d0 # increment 1097 add.l %a0,%d0 # increment 1108 add.l %a0,%d0 # increment 1121 add.l %a0,%d0 # increment
|
/linux/arch/arm/mm/ |
A D | abort-lv4t.S | 80 subne r7, r7, r6, lsl #2 @ Undo increment 116 subne r7, r7, r6, lsr #20 @ Undo increment 216 addeq r7, r7, r6, lsl #2 @ increment SP if PUSH
|
/linux/Documentation/networking/ |
A D | segmentation-offloads.rst | 44 The default behavior is to increment the IP ID with every segment. If the 45 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP 48 and we will either increment the IP ID for all frames, or leave it at a 58 fragments should not increment as a single IPv4 datagram is fragmented.
|