Home
last modified time | relevance | path

Searched refs:diff (Results 3426 – 3450 of 3836) sorted by relevance

1...<<131132133134135136137138139140>>...154

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c377 long diff, written; in f2fs_write_meta_pages() local
393 diff = nr_pages_to_write(sbi, META, wbc); in f2fs_write_meta_pages()
396 wbc->nr_to_write = max((long)0, wbc->nr_to_write - written - diff); in f2fs_write_meta_pages()
1777 u64 sum_diff = 0, diff, count = 0; in __checkpoint_and_complete_reqs() local
1789 diff = (u64)ktime_ms_delta(ktime_get(), req->queue_time); in __checkpoint_and_complete_reqs()
1793 sum_diff += diff; in __checkpoint_and_complete_reqs()
/openbmc/linux/fs/ext4/
H A Dioctl.c370 qsize_t size, size_bl, diff; in swap_inode_boot_loader() local
449 diff = size - size_bl; in swap_inode_boot_loader()
489 if (diff > 0) in swap_inode_boot_loader()
490 dquot_free_space(inode, diff); in swap_inode_boot_loader()
492 err = dquot_alloc_space(inode, -1 * diff); in swap_inode_boot_loader()
/openbmc/linux/drivers/net/phy/
H A Ddp83640.c631 s64 now, diff; in recalibrate() local
717 diff = now - (s64) phy2txts(&event_ts); in recalibrate()
719 diff); in recalibrate()
720 diff += ADJTIME_FIX; in recalibrate()
721 ts = ns_to_timespec64(diff); in recalibrate()
/openbmc/linux/drivers/tty/serial/
H A Dserial-tegra.c366 long diff; in tegra_check_rate_in_range() local
368 diff = ((long)(tup->configured_rate - tup->required_rate) * 10000) in tegra_check_rate_in_range()
370 if (diff < (tup->cdata->error_tolerance_low_range * 100) || in tegra_check_rate_in_range()
371 diff > (tup->cdata->error_tolerance_high_range * 100)) { in tegra_check_rate_in_range()
373 "configured baud rate is out of range by %ld", diff); in tegra_check_rate_in_range()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/
H A D0001-Add-configure-options-for-packages.patch35 diff --git a/lib/replace/wscript b/lib/replace/wscript
171 diff --git a/wscript b/wscript
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch32 diff --git a/lib/replace/wscript b/lib/replace/wscript
167 diff --git a/wscript b/wscript
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch6 diff -uprN clean/lrzsz-0.12.20/configure.in lrzsz-0.12.20/configure.in
508 diff -uprN clean/lrzsz-0.12.20/intl/ChangeLog lrzsz-0.12.20/intl/ChangeLog
4763 diff -uprN clean/lrzsz-0.12.20/intl/VERSION lrzsz-0.12.20/intl/VERSION
4886 diff -uprN clean/lrzsz-0.12.20/Makefile.am lrzsz-0.12.20/Makefile.am
5051 - {"calc_blklen: returned old value %d due to low bpe diff\n", 80},
5129 - {"TIMESYNC: here %ld, remote %ld, diff %ld seconds\n", 120},
5150 diff -uprN clean/lrzsz-0.12.20/po/de.po lrzsz-0.12.20/po/de.po
5387 diff -uprN clean/lrzsz-0.12.20/po/lrzsz.pot lrzsz-0.12.20/po/lrzsz.pot
5621 diff -uprN clean/lrzsz-0.12.20/po/Makevars lrzsz-0.12.20/po/Makevars
5708 diff -uprN clean/lrzsz-0.12.20/po/stamp-po lrzsz-0.12.20/po/stamp-po
[all …]
/openbmc/linux/drivers/md/
H A Draid10.c4192 long long diff; in raid10_run() local
4213 diff = -diff; in raid10_run()
4214 if (diff < 0) in raid10_run()
4215 diff = 0; in raid10_run()
4216 if (first || diff < min_offset_diff) in raid10_run()
4217 min_offset_diff = diff; in raid10_run()
4594 diff = -diff; in raid10_start_reshape()
4595 if (diff < 0) in raid10_start_reshape()
4596 diff = 0; in raid10_start_reshape()
4597 if (first || diff < min_offset_diff) in raid10_start_reshape()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0005-RH-add-mpathconf.patch31 diff --git a/libmultipath/config.c b/libmultipath/config.c
43 diff --git a/multipath/Makefile b/multipath/Makefile
74 diff --git a/multipath/mpathconf b/multipath/mpathconf
544 diff --git a/multipath/mpathconf.8 b/multipath/mpathconf.8
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c850 struct mtk_foe_accounting *diff) in mtk_foe_entry_get_mib() argument
867 if (diff) { in mtk_foe_entry_get_mib()
868 diff->bytes = bytes; in mtk_foe_entry_get_mib()
869 diff->packets = packets; in mtk_foe_entry_get_mib()
/openbmc/linux/drivers/iio/imu/
H A Dadis16480.c611 unsigned int diff, best_diff; in adis16480_set_filter_freq() local
633 diff = st->chip_info->filter_freqs[i] - freq; in adis16480_set_filter_freq()
634 if (diff < best_diff) { in adis16480_set_filter_freq()
635 best_diff = diff; in adis16480_set_filter_freq()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c1393 int64_t diff; member
1400 tts->diff = tts->parent->b - tts->parent->a; in tmp_child_pre_save()
1409 tts->parent->b = tts->parent->a + tts->diff; in tmp_child_post_load()
1427 VMSTATE_INT64(diff, TmpTestStruct),
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch81 diff --git a/MAINTAINERS b/MAINTAINERS
100 diff --git a/doc/arch/arm64.ffa.rst b/doc/arch/arm64.ffa.rst
344 diff --git a/doc/arch/index.rst b/doc/arch/index.rst
356 diff --git a/drivers/Makefile b/drivers/Makefile
368 diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
378 diff --git a/drivers/firmware/arm-ffa/Kconfig b/drivers/firmware/arm-ffa/Kconfig
420 diff --git a/drivers/firmware/arm-ffa/Makefile b/drivers/firmware/arm-ffa/Makefile
1505 diff --git a/drivers/firmware/arm-ffa/arm-ffa.c b/drivers/firmware/arm-ffa/arm-ffa.c
1635 diff --git a/include/arm_ffa.h b/include/arm_ffa.h
1854 diff --git a/include/arm_ffa_priv.h b/include/arm_ffa_priv.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/
H A Dtremor-arm-thumb2.patch21 diff --git a/asm_arm.h b/asm_arm.h
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch17 diff --git a/test.pl b/test.pl
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0003-update-ca-certificates-use-relative-symlinks-from-ET.patch47 diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch9 diff -up imap-2007e/src/osdep/unix/Makefile.shared imap-2007e/src/osdep/unix/Makefile
/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/
H A D0001-Support-gcc10-compilation.patch21 diff --git a/menu-cache-gen/menu-tags.h b/menu-cache-gen/menu-tags.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch22 diff --git a/legacy-buildtools/LibyuiCommon.cmake b/legacy-buildtools/LibyuiCommon.cmake
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch34 diff --git a/setup.py b/setup.py
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dinstall.patch12 diff --git a/src/Makefile b/src/Makefile
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0005-linux-syslinux-implement-handle_adv_on_ext.patch17 diff --git a/linux/syslinux.c b/linux/syslinux.c
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Remove-using-std-binary_function.patch16 diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-unix-configure-fix-detection-for-cross-compilation.patch17 diff --git a/unix/configure b/unix/configure
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0002-add-setdpi-Xinit.d-script.patch15 diff --git a/X11/Xinit.d/50setdpi b/X11/Xinit.d/50setdpi

1...<<131132133134135136137138139140>>...154