Home
last modified time | relevance | path

Searched full:merges (Results 1 – 25 of 93) sorted by relevance

1234

/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst18 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 ca
[all...]
/linux/Documentation/block/
H A Dstat.rst30 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 Ddeadline-iosched.rst64 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 Dsvghelper.h10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
H A Dsvghelper.c154 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_ubox() argument
163 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_ubox()
173 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_lbox() argument
182 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_lbox()
192 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges) in svg_fbox() argument
201 fprintf(svgfile, "<title>fd=%d error=%d merges=%d</title>\n", fd, err, merges); in svg_fbox()
/linux/drivers/md/
H A Ddm-stats.c28 unsigned long long merges[2]; member
604 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[REA in __dm_stat_clear()
[all...]
/linux/Documentation/admin-guide/
H A Diostats.rst132 the host disk happens much earlier. All merges and timings now happen
160 reads/writes before merges for partitions and after for disks. Since a
169 eventual merges. As requests can be merged across partition, this could lead
/linux/drivers/mmc/host/
H A Dtmio_mmc.h31 /* driver merges STATUS and following STATUS2 */
33 /* driver merges IRQ_MASK and following IRQ_MASK2 */
64 /* These belong technically to CTL_STATUS2, but the driver merges them */
/linux/lib/
H A Dunion_find.c30 * This function merges the sets containing node1 and node2, by comparing
/linux/block/
H A Dgenhd.c121 stat->merges[group] += ptr->merges[group]; in part_stat_read_all()
1084 stat.merges[STAT_READ], in part_stat_show()
1088 stat.merges[STAT_WRITE], in part_stat_show()
1099 stat.merges[STAT_DISCARD], in part_stat_show()
1385 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_READ]); in diskstats_show()
1390 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_WRITE]); in diskstats_show()
1402 seq_put_decimal_ull(seqf, " ", stat.merges[STAT_DISCARD]); in diskstats_show()
H A Delevator.c287 * Levels of merges: in elv_merge()
288 * nomerges: No merges at all attempted in elv_merge()
290 * merges: All merge tries attempted in elv_merge()
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra20-mc.yaml15 The Tegra20 Memory Controller merges request streams from various client
/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-static-funnel.yaml23 The Coresight static funnel merges 2-8 trace sources into a single trace
H A Darm,coresight-dynamic-funnel.yaml23 The Coresight funnel merges 2-8 trace sources into a single trace
/linux/arch/mips/tools/
H A Dgeneric-board-config.sh7 # This script merges configuration fragments for boards supported by the
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-memmap12 the kernel merges that memory map with other information or
/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt140 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/drivers/gpu/nova-core/
H A Dgfw.rs62 // TODO[DLAY]: replace with [1] once it merges. in wait_gfw_boot_completion()
/linux/security/landlock/
H A Druleset.c328 /* Merges the @src tree. */ in merge_tree()
379 /* Merges the @src inode tree. */ in merge_ruleset()
385 /* Merges the @src network port tree. */ in merge_ruleset()
/linux/drivers/media/rc/keymaps/
H A Drc-dib0700-nec.c6 // TODO: This table is a real mess, as it merges RC codes from several
/linux/Documentation/admin-guide/mm/
H A Dksm.rst25 KSM only merges anonymous (private) pages, never pagecache (file) pages.
96 When set to 0, ksm merges only pages which physically reside
/linux/scripts/kconfig/
H A Dmerge_config.sh4 # merge_config.sh - Takes a list of config fragment values, and merges
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c751 * overlay_apply_node - Merges a node into the base device tree
757 * overlay_apply_node() merges a node into a target base device tree
821 * overlay_merge() merges an overlay into its base device tree.
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_shared.h24 * allow for the number of different timelines involved in fence merges.
/linux/arch/arm/mm/
H A Dpmsa-v8.c114 * memblock auto merges contiguous blocks, remove in pmsav8_adjust_lowmem_bounds()

1234