| /linux/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 18 merges would be nearly impossible. Some problems encountered by 19 maintainers result from a desire to avoid merges, while others come from 106 is not such a project; any rebasing of branches to avoid merges will, most 109 Subsystem maintainers find themselves having to do two types of merges: 138 While merges from downstream are common and unremarkable, merges from other 140 Such merges need to be carefully thought about and well justified, or 144 type of merge is often called a "back merge". Back merges can help to make 149 Why is that? Back merges will muddy the development history of your own 152 you are managing is stable and ready for upstream. Frequent merges can 157 That said, back merges are occasionally required; when that happens, be [all …]
|
| /linux/Documentation/block/ |
| H A D | stat.rst | 30 read merges requests number of read I/Os merged with in-queue I/O 34 write merges requests number of write I/Os merged with in-queue I/O 41 discard merges requests number of discard I/Os merged with in-queue I/O 61 read merges, write merges, discard merges
|
| H A D | deadline-iosched.rst | 64 back merges are much more common than front merges. For some work loads, you 67 Front merges may still occur due to the cached last_merge hint, but since
|
| /linux/tools/perf/util/ |
| H A D | svghelper.h | 10 …_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 11 …_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges); 12 …_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | 7.AdvancedTopics.rst | 45 branches, o index, fast-forward merges, pushes e pulls, detached HEADs, etc. 107 ser feito. Fazer merges ocasionalmente faz todo o sentido, mas merges excessivamente 109 caso é fazer merges raramente, e geralmente apenas em release points específicos 111 mudanças específicas, sempre poderá realizar merges de teste em uma branch
|
| /linux/drivers/md/ |
| H A D | dm-stats.c | 28 unsigned long long merges[2]; member 606 p->merges[idx] += stats_aux->merged; in dm_stat_for_entry() 735 shared->tmp.merges[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 736 shared->tmp.merges[WRITE] = 0; in __dm_stat_init_temporary_percpu_totals() 753 shared->tmp.merges[READ] += READ_ONCE(p->merges[READ]); in __dm_stat_init_temporary_percpu_totals() 754 shared->tmp.merges[WRITE] += READ_ONCE(p->merges[WRITE]); in __dm_stat_init_temporary_percpu_totals() 787 p->merges[READ] -= shared->tmp.merges[READ]; in __dm_stat_clear() 788 p->merges[WRITE] -= shared->tmp.merges[WRITE]; in __dm_stat_clear() 900 shared->tmp.merges[READ], in dm_stats_print() 904 shared->tmp.merges[WRITE], in dm_stats_print()
|
| /linux/lib/ |
| H A D | union_find.c | 30 * This function merges the sets containing node1 and node2, by comparing
|
| /linux/block/ |
| H A D | genhd.c | 121 stat->merges[group] += ptr->merges[group]; in part_stat_read_all() 1081 stat.merges[STAT_READ], in part_stat_show() 1085 stat.merges[STAT_WRITE], in part_stat_show() 1096 stat.merges[STAT_DISCARD], in part_stat_show() 1386 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_READ]); in diskstats_show() 1391 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_WRITE]); in diskstats_show() 1403 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_DISCARD]); in diskstats_show()
|
| H A D | elevator.c | 275 * Levels of merges: in elv_merge() 276 * nomerges: No merges at all attempted in elv_merge() 278 * merges: All merge tries attempted in elv_merge()
|
| /linux/tools/perf/ |
| H A D | builtin-timechart.c | 171 int merges; 886 sample->merges += prev->merges + 1; in process_exit_write() 1218 sample->merges); in draw_io_bars() 1227 sample->merges); in draw_io_bars() 1236 sample->merges); in draw_io_bars() 1245 sample->merges); in draw_io_bars() 1254 sample->merges); in draw_process_bars() 1263 sample->merges); in draw_process_bars() 170 int merges; global() member
|
| /linux/arch/mips/tools/ |
| H A D | generic-board-config.sh | 7 # This script merges configuration fragments for boards supported by the
|
| /linux/include/linux/ |
| H A D | part_stat.h | 12 unsigned long merges[NR_STAT_GROUPS]; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-memmap | 12 the kernel merges that memory map with other information or
|
| /linux/security/landlock/ |
| H A D | ruleset.c | |
| /linux/drivers/media/rc/keymaps/ |
| H A D | rc-dib0700-nec.c | 6 // TODO: This table is a real mess, as it merges RC codes from several
|
| H A D | rc-dib0700-rc5.c | 6 // TODO: This table is a real mess, as it merges RC codes from several
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 25 KSM only merges anonymous (private) pages, never pagecache (file) pages. 96 When set to 0, ksm merges only pages which physically reside
|
| /linux/tools/perf/pmu-events/arch/powerpc/power10/ |
| H A D | frontend.json | 65 …"BriefDescription": "Load missed L1, counted at finish time. LMQ merges are not included in this c…
|
| /linux/Documentation/networking/devlink/ |
| H A D | mlx5.rst | 223 …* ``balanced`` : Merges fewer CQEs, resulting in a moderate compression ratio but maintaining a ba… 224 …* ``aggressive`` : Merges more CQEs into a single entry, achieving a higher compression rate and m…
|
| /linux/arch/arm/mm/ |
| H A D | pmsa-v8.c | 114 * memblock auto merges contiguous blocks, remove in pmsav8_adjust_lowmem_bounds()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | snapshot.rst | 83 procedure, and merges these chunks back into the <origin>. Once merging
|
| /linux/tools/cgroup/ |
| H A D | iocost_coef_gen.py | 147 info(f'Temporarily disabling elevator and merges')
|
| /linux/tools/lib/ |
| H A D | list_sort.c | 117 * 2:1 balanced merges. Given two pending sublists of size 2^k, they are
|
| /linux/scripts/kconfig/ |
| H A D | merge_config.sh | 4 # merge_config.sh - Takes a list of config fragment values, and merges
|
| /linux/tools/perf/pmu-events/arch/powerpc/power9/ |
| H A D | frontend.json | 75 … L1, counted at execution time (can be greater than loads finished). LMQ merges are not included i…
|