Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 101) sorted by relevance

12345

/linux-6.15/fs/bcachefs/
H A Dio_read.c309 ? max(pick->crc.compressed_size, pick->crc.live_size) in promote_alloc()
623 rbio->pick.crc.csum_type)) { in __bch2_rbio_narrow_crcs()
813 rbio->parent->pick = rbio->pick; in __bch2_read_endio()
946 struct extent_ptr_decoded pick; in __bch2_read_extent() local
1006 !pick.ptr.cached && in __bch2_read_extent()
1059 EBUG_ON(pick.crc.csum_type && in __bch2_read_extent()
1062 pick.crc.offset || in __bch2_read_extent()
1066 pick.ptr.offset += pick.crc.offset + in __bch2_read_extent()
1071 pick.crc.offset = 0; in __bch2_read_extent()
1085 pick.crc.compressed_size << 9; in __bch2_read_extent()
[all …]
H A Dbtree_io.c1336 bio->bi_iter.bi_sector = rb->pick.ptr.offset; in btree_node_read_work()
1364 &failed, &rb->pick, -1) > 0; in btree_node_read_work()
1631 struct extent_ptr_decoded pick; in btree_node_read_all_replicas() local
1664 rb->pick = pick; in btree_node_read_all_replicas()
1665 rb->bio.bi_iter.bi_sector = pick.ptr.offset; in btree_node_read_all_replicas()
1698 struct extent_ptr_decoded pick; in bch2_btree_node_read() local
1711 NULL, &pick, -1); in bch2_btree_node_read()
1733 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_node_read()
1746 rb->pick = pick; in bch2_btree_node_read()
1748 bio->bi_iter.bi_sector = pick.ptr.offset; in bch2_btree_node_read()
[all …]
H A Ddebug.c36 struct extent_ptr_decoded pick) in bch2_btree_verify_replica() argument
45 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_verify_replica()
54 bio->bi_iter.bi_sector = pick.ptr.offset; in bch2_btree_verify_replica()
188 struct extent_ptr_decoded pick; in bch2_btree_node_ondisk_to_text() local
194 if (bch2_bkey_pick_read_device(c, bkey_i_to_s_c(&b->key), NULL, &pick, -1) <= 0) { in bch2_btree_node_ondisk_to_text()
199 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_node_ondisk_to_text()
216 bio->bi_iter.bi_sector = pick.ptr.offset; in bch2_btree_node_ondisk_to_text()
H A Dio_read.h52 struct extent_ptr_decoded pick; member
H A Dbtree_io.h44 struct extent_ptr_decoded pick; member
/linux-6.15/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and
13 The scheme that depthcharge_ uses to pick the device tree takes into account
47 Then depthcharge_ will pick the first device tree even though
65 revision and try to run old software on it then we'll at pick the
/linux-6.15/Documentation/process/
H A Dbackporting.rst31 in which case you just cherry-pick it directly using
32 ``git cherry-pick``. However, if the patch comes from an email, as it
42 where the patch applies cleanly and *then* cherry-pick it over to your
47 can apply it to the most recent mainline kernel and then cherry-pick it
57 A good reason to prefer ``git cherry-pick`` over ``git am`` is that git
67 article will assume that you are doing a plain ``git cherry-pick``.
89 Uh-oh; the cherry-pick failed with a vaguely threatening message::
104 If your attempted cherry-pick fails with a conflict, git automatically
243 To abort the current cherry-pick, go ahead and run
400 git cherry-pick -strategy=recursive -Xrename-threshold=30
[all …]
H A Dstable-kernel-rules.rst47 2. Ask the stable team to pick up a patch already mainlined.
95 git cherry-pick a1f84a3
96 git cherry-pick 1b9508f
97 git cherry-pick fd21073
98 git cherry-pick <this commit>
117 git cherry-pick <this commit>
124 * Delay pick up of patches::
/linux-6.15/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst239 1. Cherry-pick an ACPICA commit
242 you want to cherry pick must be committed into the local repository.
244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit
252 cherry pick. It can be omitted if the commit is "HEAD".
254 2. Cherry-pick recent ACPICA commits
/linux-6.15/Documentation/translations/it_IT/process/
H A Dstable-kernel-rules.rst108 git cherry-pick a1f84a3
109 git cherry-pick 1b9508f
110 git cherry-pick fd21073
111 git cherry-pick <this commit>
128 git cherry-pick <this commit>
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Dintel,ixp4xx-ahb-queue-manager.yaml17 IXP4xx for accelerating queues, especially for networking. Clients pick
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt47 - "efuse-address" - Contains efuse base address used to pick up ABB info.
56 from efuse-address to pick up ABB characteristics. Set to 0 if
/linux-6.15/Documentation/usb/
H A Ddwc3.rst9 Please pick something while reading :)
/linux-6.15/Documentation/maintainer/
H A Drebasing-and-merging.rst71 - If you must reparent a repository, do not pick some random kernel commit
75 series must move to a new base, pick a stable point (such as one of
210 the development cycle in order to pick up changes and fixes done elsewhere
211 in the tree. As always, such a merge should pick a well-known release
/linux-6.15/tools/perf/arch/x86/util/
H A Dintel-pt.c168 int pos, pick = -1; in intel_pt_pick_bit() local
172 if (pos <= target || pick < 0) in intel_pt_pick_bit()
173 pick = pos; in intel_pt_pick_bit()
179 return pick; in intel_pt_pick_bit()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c374 int pick; /* which algorithm to use */ in xfs_dir2_sf_addname() local
408 (pick = in xfs_dir2_sf_addname()
431 if (pick == 1) in xfs_dir2_sf_addname()
438 ASSERT(pick == 2); in xfs_dir2_sf_addname()
/linux-6.15/Documentation/admin-guide/media/
H A Dsaa7134.rst26 Once you pick up a Kernel source, you should configure, build,
/linux-6.15/Documentation/arch/arm/
H A Dvlocks.rst73 atomicity is used to pick the winner. This avoids the need for a static
90 to pick a unique winner, but it does not matter which CPU actually
/linux-6.15/tools/include/uapi/
H A DREADME66 The tooling policy is to always pick up the kernel side headers as-is,
/linux-6.15/Documentation/devicetree/bindings/display/bridge/
H A Dfsl,imx8qxp-ldb.yaml21 cannot be used simultaneously, that is to say, the user should pick one of
/linux-6.15/lib/tests/
H A Dfortify_kunit.c113 static volatile int pick; variable
116 static noinline size_t want_minus_one(int pick) in want_minus_one() argument
120 switch (pick) { in want_minus_one()
136 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in fortify_test_control_flow_split()
/linux-6.15/Documentation/admin-guide/mm/
H A Dswap_numa.rst71 or the system will pick one starting from -1 then downwards. The priority
/linux-6.15/Documentation/i2c/
H A Di2c-address-translators.rst87 2. When the attach callback is called pick an appropriate alias,
/linux-6.15/samples/bpf/
H A DREADME.rst51 level directory, that the make system will automatically pick up first.
/linux-6.15/Documentation/leds/
H A Dwell-known-leds.txt29 though drivers may pick a default value.

12345