/Linux-v4.19/net/ipv4/ |
D | tcp_hybla.c | 93 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 130 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 139 increment = ca->rho2_7ls / tp->snd_cwnd; in hybla_cong_avoid() 140 if (increment < 128) in hybla_cong_avoid() 144 odd = increment % 128; in hybla_cong_avoid() 145 tp->snd_cwnd += increment >> 7; in hybla_cong_avoid() 155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
/Linux-v4.19/arch/x86/include/asm/ |
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-v4.19/sound/isa/gus/ |
D | gus_volume.c | 86 unsigned short range, increment, value, i; 107 increment = 1; 109 increment = (value + (value >> 1)) / us; 110 return (range << 6) | (increment & 0x3f);
|
/Linux-v4.19/arch/x86/math-emu/ |
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() 484 if (increment) in FPU_store_double() 567 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local 612 increment = ((sigh & 0xff) > 0x80) /* more than half */ in FPU_store_single() 617 increment = signpositive(&tmp) in FPU_store_single() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | stm32-dma.txt | 52 0x0: no address increment between transfers 53 0x1: increment address between transfers 55 0x0: no address increment between transfers 56 0x1: increment address between transfers
|
D | stm32-mdma.txt | 48 -bit 0-1: Source increment mode 52 -bit 2-3: Destination increment mode 58 -bit 8-9: Source increment offset size 63 -bit 10-11: Destination increment offset size
|
D | st_fdma.txt | 59 0x0: no address increment between transfers 60 0x1: increment address between transfers
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 308 int increment, 409 unsigned int num_clips, int increment); 413 int increment); 433 unsigned int num_clips, int increment, 466 int increment,
|
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 302 unsigned int type, bool increment) in mtrr_add_page() argument 377 if (increment) in mtrr_add_page() 390 if (increment) in mtrr_add_page() 454 bool increment) in mtrr_add() argument 461 increment); in mtrr_add()
|
/Linux-v4.19/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive 29 after each frequency increment, and before the ADC is triggered
|
/Linux-v4.19/net/sched/ |
D | sch_sfb.c | 64 u32 increment; /* d1 */ member 191 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 485 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 533 q->increment = ctl->increment; in sfb_change() 577 .increment = q->increment, in sfb_dump()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_cm_common.c | 257 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local 310 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format() 314 i += increment) { in cm_helper_translate_curve_to_hw_format() 439 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local 472 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format() 476 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
|
/Linux-v4.19/arch/um/include/shared/ |
D | kern.h | 17 extern void *sbrk(int increment);
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_sdio.c | 415 cmd.increment = 1; in sdio_write_reg() 477 cmd.increment = 1; in sdio_write() 498 cmd.increment = 1; in sdio_write() 552 cmd.increment = 1; in sdio_read_reg() 617 cmd.increment = 1; in sdio_read() 638 cmd.increment = 1; in sdio_read()
|
/Linux-v4.19/tools/perf/arch/arm/util/ |
D | cs-etm.c | 380 u32 increment; in cs_etm_get_metadata() local 414 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata() 431 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata() 438 *offset += increment; in cs_etm_get_metadata()
|
/Linux-v4.19/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 59 counter increment or addition happened, function returned true), 82 case 2) - increment-based ops that return no value 106 case 4) - increment-based RMW ops that return a value
|
/Linux-v4.19/fs/lockd/ |
D | host.c | 443 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local 445 .to_initval = increment, in nlm_bind_host() 446 .to_increment = increment, in nlm_bind_host() 447 .to_maxval = increment * 6UL, in nlm_bind_host()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | fe-read-uncorrected-blocks.rst | 38 increment in block count during a specific time interval should be
|
/Linux-v4.19/arch/arm/mm/ |
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-v4.19/Documentation/networking/ |
D | segmentation-offloads.txt | 38 The default behavior is to increment the IP ID with every segment. If the 39 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP 42 and we will either increment the IP ID for all frames, or leave it at a 51 fragments should not increment as a single IPv4 datagram is fragmented.
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
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-v4.19/drivers/crypto/bcm/ |
D | util.h | 96 void add_to_ctr(u8 *ctr_pos, unsigned int increment);
|
/Linux-v4.19/Documentation/block/ |
D | stat.txt | 42 These values increment when an I/O request completes. 47 These values increment when an I/O request is merged with an
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | entry.S | 100 @ increment PC
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | align.S | 247 addi a7, a7, 2 # increment PC (assume 16-bit insn) 355 addi a7, a7, 1 # increment PC, 32-bit instruction 357 addi a7, a7, 3 # increment PC, 32-bit instruction
|