Home
last modified time | relevance | path

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

123456

/linux/net/ipv4/ !
H A Dtcp_hybla.c20 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()
/linux/arch/x86/math-emu/ !
H A 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()
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...]
/linux/drivers/firmware/qcom/ !
H A Dqcom_tzmem.c38 size_t increment; member
214 if (!config->increment) in qcom_tzmem_pool_new()
235 pool->increment = config->increment; in qcom_tzmem_pool_new()
345 requested = current_size * pool->increment; in qcom_tzmem_try_grow_pool()
/linux/tools/perf/util/ !
H A Dcompress.h57 size_t process_header(void *record, size_t increment));
78 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
/linux/Documentation/ABI/testing/ !
H A 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/drivers/gpu/drm/vmwgfx/ !
H A Dvmwgfx_kms.h381 int increment,
445 int increment);
465 unsigned int num_clips, int increment,
498 int increment,
/linux/net/sched/ !
H A Dsch_sfb.c60 u32 increment; /* d1 */ member
187 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob()
486 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */
534 q->increment = ctl->increment; in sfb_change()
579 .increment = q->increment, in sfb_dump()
/linux/arch/um/include/shared/ !
H A Dkern.h17 extern void *sbrk(int increment);
/linux/Documentation/core-api/ !
H A Drefcount-vs-atomic.rst66 counter increment or addition happened, function returned true),
101 case 3) - increment-based ops that return no value
125 case 5) - increment-based RMW ops that return a value
141 case 6) - increment-based RMW ops with acquire ordering that return a value
/linux/scripts/atomic/kerneldoc/ !
H A Dinc3 * ${class}${atomicname}() - atomic increment with ${desc_order} ordering
H A Dinc_and_test3 * ${class}${atomicname}() - atomic increment and test if zero with ${desc_order} ordering
H A Dinc_not_zero3 * ${class}${atomicname}() - atomic increment unless zero with ${desc_order} ordering
H A Dinc_unless_negative3 * ${class}${atomicname}() - atomic increment unless negative with ${desc_order} ordering
/linux/drivers/md/dm-vdo/ !
H A Dencodings.h24 * increment the minor version. Any format change which either requires an explicit upgrade step,
25 * or is wholly incompatible (i.e. can not be upgraded to), should increment the major version, and
452 bool increment; member
462 unsigned increment : 1; member
464 unsigned increment : 1; member
647 * steps should increment the minor version. Changes which require an offline upgrade or which can
648 * not be upgraded to at all should increment the major version and set the minor version to 0.
1210 * @is_increment: The increment flag.
1218 packed->increment = is_increment ? 1 : 0; in vdo_pack_slab_journal_entry()
1238 entry.increment in vdo_unpack_slab_journal_entry()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ !
H A Ddcn10_cm_common.c346 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
393 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format()
397 i += increment) { in cm_helper_translate_curve_to_hw_format()
551 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
582 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format()
586 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
/linux/Documentation/devicetree/bindings/dma/ !
H A Dst_fdma.txt59 0x0: no address increment between transfers
60 0x1: increment address between transfers
/linux/include/linux/firmware/qcom/ !
H A Dqcom_tzmem.h22 /**< When out of memory, add increment * current size of memory. */
32 * @increment: Used with policies that allow pool growth.
38 size_t increment; member
/linux/drivers/net/wireless/microchip/wilc1000/ !
H A Dsdio.c49 u32 increment: 1; member
407 cmd.increment = 1; in wilc_sdio_write_reg()
451 cmd.increment = 1; in wilc_sdio_write()
473 cmd.increment = 1; in wilc_sdio_write()
526 cmd.increment = 1; in wilc_sdio_read_reg()
574 cmd.increment = 1; in wilc_sdio_read()
596 cmd.increment = 1; in wilc_sdio_read()
/linux/Documentation/block/ !
H A Dstat.rst51 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/fs/lockd/ !
H A Dhost.c443 unsigned long increment = nlm_timeout * HZ; 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/Documentation/mm/ !
H A Dtranshuge.rst118 - map/unmap of a PMD entry for the whole THP increment/decrement
125 With CONFIG_PAGE_MAPCOUNT, we also increment/decrement
129 - map/unmap of individual pages with PTE entry increment/decrement
136 With CONFIG_PAGE_MAPCOUNT, we also increment/decrement
137 page->_mapcount and increment/decrement folio->_nr_pages_mapped when
/linux/tools/perf/arch/arm/util/ !
H A Dcs-etm.c717 u32 increment, nr_trc_params; in cs_etm_get_metadata() local
728 increment = CS_ETE_PRIV_MAX; in cs_etm_get_metadata()
737 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata()
754 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata()
770 *offset += increment; in cs_etm_get_metadata()
/linux/arch/arm/mm/ !
H A 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/tools/testing/selftests/net/packetdrill/ !
H A Dtcp_zerocopy_closed.pkt5 // operation, specifically it does not increment the zerocopy counter.
/linux/arch/xtensa/kernel/ !
H A Dalign.S196 addi a7, a7, 2 # increment PC (assume 16-bit insn)
271 addi a7, a7, 2 # increment PC (assume 16-bit insn)
388 addi a7, a7, 1 # increment PC, 32-bit instruction
390 addi a7, a7, 3 # increment PC, 32-bit instruction

123456