/openbmc/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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mtrr.h | 67 unsigned int type, bool increment); 69 unsigned int type, bool increment); 98 unsigned int type, bool increment) in mtrr_add() argument 103 unsigned int type, bool increment) in mtrr_add_page() argument
|
/openbmc/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);
|
/openbmc/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 …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | set_len_on_drop.rs | 20 pub(super) fn increment_len(&mut self, increment: usize) { in increment_len() 21 self.local_len += increment; in increment_len()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 226 unsigned int type, bool increment) in mtrr_add_page() argument 301 if (increment) in mtrr_add_page() 314 if (increment) in mtrr_add_page() 378 bool increment) in mtrr_add() argument 385 increment); in mtrr_add()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | openbmc_message_registry.readmefirst.md | 25 require an increment to the subminor revision. Changes to existing messages 26 require an increment to the patch version. If the copyright year is different 27 than the current date, increment it when the version is changed.
|
/openbmc/linux/tools/perf/util/ |
H 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()
|
/openbmc/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() 152 iowrite32(ptp_priv->default_addend, ptp_priv->addr + ptp_priv->offs->increment); in rcar_gen4_ptp_register()
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 433 int increment, 510 int increment); 530 unsigned int num_clips, int increment, 563 int increment,
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7_asm.S | 46 clz r5, r4 @ find bit position of way size increment 64 add r10, r10, #2 @ increment cache number 116 clz r5, r4 @ find bit position of way size increment 134 add r10, r10, #2 @ increment cache number
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | sdio.c | 46 u32 increment: 1; member 400 cmd.increment = 1; in wilc_sdio_write_reg() 444 cmd.increment = 1; in wilc_sdio_write() 466 cmd.increment = 1; in wilc_sdio_write() 519 cmd.increment = 1; in wilc_sdio_read_reg() 567 cmd.increment = 1; in wilc_sdio_read() 589 cmd.increment = 1; in wilc_sdio_read()
|
/openbmc/linux/arch/um/include/shared/ |
H A D | kern.h | 17 extern void *sbrk(int increment);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H 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() 322 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local 353 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_degamma_hw_format() 357 i += increment) { in cm3_helper_translate_curve_to_degamma_hw_format()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_cm_common.c | 326 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local 378 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format() 382 i += increment) { in cm_helper_translate_curve_to_hw_format() 536 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local 567 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format() 571 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
|
/openbmc/linux/scripts/atomic/kerneldoc/ |
H A D | inc | 3 * ${class}${atomicname}() - atomic increment with ${desc_order} ordering
|
H A D | inc_unless_negative | 3 * ${class}${atomicname}() - atomic increment unless negative 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_and_test | 3 * ${class}${atomicname}() - atomic increment and test if zero with ${desc_order} ordering
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | st_fdma.txt | 59 0x0: no address increment between transfers 60 0x1: increment address between transfers
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tablefilter.py | 179 increment = timedelta(days=1) 180 wanted_date = now - increment
|
/openbmc/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
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 132 int fence_post, start, increment, i, byte_count; in xtensa_insnbuf_to_chars() local 141 increment = -1; in xtensa_insnbuf_to_chars() 144 increment = 1; in xtensa_insnbuf_to_chars() 167 fence_post = start + (byte_count * increment); in xtensa_insnbuf_to_chars() 169 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_to_chars() 192 int max_size, insn_size, fence_post, start, increment, i; in xtensa_insnbuf_from_chars() local 212 increment = -1; in xtensa_insnbuf_from_chars() 215 increment = 1; in xtensa_insnbuf_from_chars() 218 fence_post = start + (num_chars * increment); in xtensa_insnbuf_from_chars() 221 for (i = start; i != fence_post; i += increment, ++cp) { in xtensa_insnbuf_from_chars()
|