/linux/Documentation/maintainer/ |
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 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 165 maintainer merges with the upstream in order to resolve merge conflicts [all …]
|
/linux/tools/perf/util/ |
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);
|
A D | svghelper.c | 153 …g_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() argument 162 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_ubox() 172 …g_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() argument 181 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_lbox() 191 …g_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() argument 200 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_fbox()
|
/linux/Documentation/block/ |
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
|
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
|
A D | queue-sysfs.rst | 165 merging requests in the block layer. By default (0) all merges are 166 enabled. When set to 1 only simple one-hit merges will be tried. When
|
A D | biodoc.rst | 423 7. Ability to handle the possibility of splits/merges as the structure passes 482 - A linked list of bios is used as before for unrelated merges [#]_ - this 495 unrelated merges -- a request ends up containing two or more bios that 957 "Front merges", a new request being merged at the front of an existing request, 958 are far less common than "back merges" due to the nature of most I/O patterns. 959 Front merges are handled by the binary trees in AS and deadline schedulers.
|
A D | bfq-iosched.rst | 227 - As CFQ, BFQ merges queues performing interleaved I/O, i.e.,
|
/linux/drivers/md/ |
A D | dm-stats.c | 28 unsigned long long merges[2]; member 554 p->merges[idx] += stats_aux->merged; in dm_stat_for_entry() 684 shared->tmp.merges[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 685 shared->tmp.merges[WRITE] = 0; in __dm_stat_init_temporary_percpu_totals() 702 shared->tmp.merges[READ] += READ_ONCE(p->merges[READ]); in __dm_stat_init_temporary_percpu_totals() 703 shared->tmp.merges[WRITE] += READ_ONCE(p->merges[WRITE]); in __dm_stat_init_temporary_percpu_totals() 735 p->merges[READ] -= shared->tmp.merges[READ]; in __dm_stat_clear() 736 p->merges[WRITE] -= shared->tmp.merges[WRITE]; in __dm_stat_clear() 846 shared->tmp.merges[READ], in dm_stats_print() 850 shared->tmp.merges[WRITE], in dm_stats_print()
|
/linux/block/ |
A D | genhd.c | 138 stat->merges[group] += ptr->merges[group]; in part_stat_read_all() 934 stat.merges[STAT_READ], in part_stat_show() 938 stat.merges[STAT_WRITE], in part_stat_show() 949 stat.merges[STAT_DISCARD], in part_stat_show() 1196 stat.merges[STAT_READ], in diskstats_show() 1201 stat.merges[STAT_WRITE], in diskstats_show() 1213 stat.merges[STAT_DISCARD], in diskstats_show()
|
A D | blk-merge.c | 742 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request() 953 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
|
/linux/tools/perf/ |
A D | builtin-timechart.c | 167 int merges; member 826 sample->merges += prev->merges + 1; in pid_end_io_sample() 1171 sample->merges); in draw_io_bars() 1180 sample->merges); in draw_io_bars() 1189 sample->merges); in draw_io_bars() 1198 sample->merges); in draw_io_bars() 1207 sample->merges); in draw_io_bars() 1216 sample->merges); in draw_io_bars()
|
/linux/include/linux/ |
A D | part_stat.h | 12 unsigned long merges[NR_STAT_GROUPS]; member
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
A D | nvidia,tegra20-mc.yaml | 15 The Tegra20 Memory Controller merges request streams from various client
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | renesas,rsnd.txt | 140 MIX merges 2 sounds path. You can see 2 sound interface on system, 191 TDM Split mode merges 4 sounds. You can see 4 sound interface on system,
|
/linux/Documentation/admin-guide/ |
A D | iostats.rst | 155 the host disk happens much earlier. All merges and timings now happen 183 reads/writes before merges for partitions and after for disks. Since a 192 eventual merges. As requests can be merged across partition, this could lead
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-firmware-memmap | 12 the kernel merges that memory map with other information or
|
A D | sysfs-block | 194 merge checks are disabled, but the simple one-shot merges
|
/linux/Documentation/process/ |
A D | 7.AdvancedTopics.rst | 45 remote branches, the index, fast-forward merges, pushes and pulls, detached 106 makes good sense, but overly frequent merges can clutter the history 110 perform test merges in a private branch. The git "rerere" tool can be
|
/linux/Documentation/vm/damon/ |
A D | design.rst | 152 adaptively merges and splits each region based on their access frequency. 155 adjacent regions and merges those if the frequency difference is small. Then,
|
/linux/Documentation/admin-guide/mm/ |
A D | ksm.rst | 27 KSM only merges anonymous (private) pages, never pagecache (file) pages. 95 When set to 0, ksm merges only pages which physically reside
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | snapshot.rst | 83 procedure, and merges these chunks back into the <origin>. Once merging
|
/linux/net/sched/ |
A D | Kconfig | 429 queuing discipline that merges functionality of PRIO and DRR
|