/linux/net/ipv4/ |
H 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 / 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/include/asm/ |
H A D | mtrr.h | 67 unsigned int type, bool increment); 69 unsigned int type, bool increment); 97 unsigned int type, bool increment) in mtrr_add() argument 102 unsigned int type, bool increment) in mtrr_add_page() argument
|
/linux/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);
|
/linux/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() 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/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 232 unsigned int type, bool increment) in mtrr_add_page() argument 307 if (increment) in mtrr_add_page() 320 if (increment) in mtrr_add_page() 384 bool increment) in mtrr_add() argument 391 increment); in mtrr_add()
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_tzmem.c | 37 size_t increment; member 212 if (!config->increment) in qcom_tzmem_pool_new() 233 pool->increment = config->increment; in qcom_tzmem_pool_new() 343 requested = current_size * pool->increment; in qcom_tzmem_try_grow_pool()
|
/linux/tools/perf/util/ |
H A D | compress.h | 37 size_t process_header(void *record, size_t increment)); 58 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
|
/linux/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() 169 iowrite32(ptp_priv->default_addend, ptp_priv->addr + ptp_priv->offs->increment); in rcar_gen4_ptp_register()
|
/linux/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()
|
/linux/Documentation/ABI/testing/ |
H 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/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 435 int increment, 507 int increment); 527 unsigned int num_clips, int increment, 560 int increment,
|
/linux/Documentation/mm/ |
H A D | transhuge.rst | 118 - map/unmap of a PMD entry for the whole THP increment/decrement 119 folio->_entire_mapcount, increment/decrement folio->_large_mapcount 120 and also increment/decrement folio->_nr_pages_mapped by ENTIRELY_MAPPED 123 - map/unmap of individual pages with PTE entry increment/decrement 124 page->_mapcount, increment/decrement folio->_large_mapcount and also 125 increment/decrement folio->_nr_pages_mapped when page->_mapcount goes
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | sdio.c | 49 u32 increment: 1; member 402 cmd.increment = 1; in wilc_sdio_write_reg() 446 cmd.increment = 1; in wilc_sdio_write() 468 cmd.increment = 1; in wilc_sdio_write() 521 cmd.increment = 1; in wilc_sdio_read_reg() 569 cmd.increment = 1; in wilc_sdio_read() 591 cmd.increment = 1; in wilc_sdio_read()
|
/linux/drivers/md/dm-vdo/ |
H A D | encodings.h | 452 bool increment; member 462 unsigned increment : 1; member 464 unsigned increment : 1; member 1218 packed->increment = is_increment ? 1 : 0; in vdo_pack_slab_journal_entry() 1238 entry.increment = packed->increment; in vdo_unpack_slab_journal_entry()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_cm_common.c | 346 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/arch/um/include/shared/ |
H A D | kern.h | 17 extern void *sbrk(int increment);
|
/linux/Documentation/block/ |
H 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/Documentation/devicetree/bindings/dma/ |
H A D | st_fdma.txt | 59 0x0: no address increment between transfers 60 0x1: increment address between transfers
|
/linux/scripts/atomic/kerneldoc/ |
H A D | inc | 3 * ${class}${atomicname}() - atomic increment with ${desc_order} ordering
|
H A D | inc_and_test | 3 * ${class}${atomicname}() - atomic increment and test if zero with ${desc_order} ordering
|
H A D | inc_not_zero | 3 * ${class}${atomicname}() - atomic increment unless zero with ${desc_order} ordering
|
H A D | inc_unless_negative | 3 * ${class}${atomicname}() - atomic increment unless negative with ${desc_order} ordering
|
/linux/Documentation/core-api/ |
H 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/ |
H A D | host.c | 443 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/include/linux/firmware/qcom/ |
H A D | qcom_tzmem.h | 38 size_t increment; member
|