Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 25 of 123) sorted by relevance

12345

/Linux-v5.4/net/ipv4/
Dtcp_hybla.c94 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-v5.4/arch/x86/include/asm/
Dmtrr.h39 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-v5.4/sound/isa/gus/
Dgus_volume.c71 unsigned short range, increment, value, i;
92 increment = 1;
94 increment = (value + (value >> 1)) / us;
95 return (range << 6) | (increment & 0x3f);
/Linux-v5.4/arch/x86/math-emu/
Dreg_ld_str.c382 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-v5.4/scripts/atomic/fallbacks/
Dinc_not_zero3 * ${atomic}_inc_not_zero - increment unless the number is zero
7 * Returns true if the increment was done.
Dinc_and_test3 * ${atomic}_inc_and_test - increment and test
/Linux-v5.4/Documentation/devicetree/bindings/dma/
Dstm32-dma.txt52 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
Dstm32-mdma.txt48 -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
Dst_fdma.txt59 0x0: no address increment between transfers
60 0x1: increment address between transfers
/Linux-v5.4/tools/perf/util/
Dcompress.h34 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-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h421 int increment,
501 unsigned int num_clips, int increment);
505 int increment);
525 unsigned int num_clips, int increment,
558 int increment,
/Linux-v5.4/arch/x86/kernel/cpu/mtrr/
Dmtrr.c302 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-v5.4/Documentation/ABI/testing/
Dsysfs-bus-iio-impedance-analyzer-ad593313 Frequency increment in Hz (step size) between consecutive
34 after each frequency increment, and before the ADC is triggered
/Linux-v5.4/net/sched/
Dsch_sfb.c60 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-v5.4/arch/um/include/shared/
Dkern.h17 extern void *sbrk(int increment);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c322 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
376 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
380 i += increment) { in cm_helper_translate_curve_to_hw_format()
509 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
542 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format()
546 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_sdio.c47 u32 increment: 1; member
405 cmd.increment = 1; in wilc_sdio_write_reg()
468 cmd.increment = 1; in wilc_sdio_write()
489 cmd.increment = 1; in wilc_sdio_write()
544 cmd.increment = 1; in wilc_sdio_read_reg()
610 cmd.increment = 1; in wilc_sdio_read()
631 cmd.increment = 1; in wilc_sdio_read()
/Linux-v5.4/fs/lockd/
Dhost.c449 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local
451 .to_initval = increment, in nlm_bind_host()
452 .to_increment = increment, in nlm_bind_host()
453 .to_maxval = increment * 6UL, in nlm_bind_host()
/Linux-v5.4/Documentation/core-api/
Drefcount-vs-atomic.rst66 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-v5.4/arch/arm/mm/
Dabort-lv4t.S80 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-v5.4/tools/perf/arch/arm/util/
Dcs-etm.c573 u32 increment; in cs_etm_get_metadata() local
607 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata()
624 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata()
631 *offset += increment; in cs_etm_get_metadata()
/Linux-v5.4/Documentation/networking/
Dsegmentation-offloads.rst44 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.
/Linux-v5.4/drivers/crypto/bcm/
Dutil.h85 void add_to_ctr(u8 *ctr_pos, unsigned int increment);
/Linux-v5.4/arch/m68k/ifpsp060/src/
Disp.S1042 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-v5.4/Documentation/block/
Dstat.rst49 These values increment when an I/O request completes.
54 These values increment when an I/O request is merged with an

12345