Home
last modified time | relevance | path

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

1234

/linux/fs/bcachefs/
A Dio_read.c293 ? max(pick->crc.compressed_size, pick->crc.live_size) in promote_alloc()
421 rbio->pick.ptr, in bch2_read_retry_nodecode()
423 rbio->pick.crc.offset)) { in bch2_read_retry_nodecode()
533 rbio->pick.crc.csum_type)) { in __bch2_rbio_narrow_crcs()
893 !pick.ptr.cached && in __bch2_read_extent()
954 pick.crc.offset || in __bch2_read_extent()
958 pick.ptr.offset += pick.crc.offset + in __bch2_read_extent()
963 pick.crc.offset = 0; in __bch2_read_extent()
1029 rbio->pick = pick; in __bch2_read_extent()
1039 orig->pick = pick; in __bch2_read_extent()
[all …]
A Dbtree_io.c1297 bio->bi_iter.bi_sector = rb->pick.ptr.offset; in btree_node_read_work()
1316 bch2_mark_io_failure(&failed, &rb->pick); in btree_node_read_work()
1320 &failed, &rb->pick) > 0; in btree_node_read_work()
1580 struct extent_ptr_decoded pick; in btree_node_read_all_replicas() local
1613 rb->pick = pick; in btree_node_read_all_replicas()
1614 rb->bio.bi_iter.bi_sector = pick.ptr.offset; in btree_node_read_all_replicas()
1647 struct extent_ptr_decoded pick; in bch2_btree_node_read() local
1660 NULL, &pick); in bch2_btree_node_read()
1681 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_node_read()
1694 rb->pick = pick; in bch2_btree_node_read()
[all …]
A Ddebug.c34 struct extent_ptr_decoded pick) in bch2_btree_verify_replica() argument
43 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_verify_replica()
52 bio->bi_iter.bi_sector = pick.ptr.offset; in bch2_btree_verify_replica()
186 struct extent_ptr_decoded pick; in bch2_btree_node_ondisk_to_text() local
192 if (bch2_bkey_pick_read_device(c, bkey_i_to_s_c(&b->key), NULL, &pick) <= 0) { in bch2_btree_node_ondisk_to_text()
197 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ); in bch2_btree_node_ondisk_to_text()
214 bio->bi_iter.bi_sector = pick.ptr.offset; in bch2_btree_node_ondisk_to_text()
A Dio_read.h51 struct extent_ptr_decoded pick; member
A Dbtree_io.h44 struct extent_ptr_decoded pick; member
/linux/Documentation/arch/arm/google/
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/Documentation/process/
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 …]
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/Documentation/driver-api/acpi/
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/Documentation/translations/it_IT/process/
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/Documentation/devicetree/bindings/misc/
A Dintel,ixp4xx-ahb-queue-manager.yaml17 IXP4xx for accelerating queues, especially for networking. Clients pick
/linux/Documentation/devicetree/bindings/regulator/
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/Documentation/usb/
A Ddwc3.rst9 Please pick something while reading :)
/linux/tools/perf/arch/x86/util/
A Dintel-pt.c167 int pos, pick = -1; in intel_pt_pick_bit() local
171 if (pos <= target || pick < 0) in intel_pt_pick_bit()
172 pick = pos; in intel_pt_pick_bit()
178 return pick; in intel_pt_pick_bit()
/linux/Documentation/maintainer/
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/fs/xfs/libxfs/
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/Documentation/admin-guide/media/
A Dsaa7134.rst26 Once you pick up a Kernel source, you should configure, build,
/linux/Documentation/arch/arm/
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/tools/include/uapi/
A DREADME66 The tooling policy is to always pick up the kernel side headers as-is,
/linux/Documentation/devicetree/bindings/display/bridge/
A Dfsl,imx8qxp-ldb.yaml21 cannot be used simultaneously, that is to say, the user should pick one of
/linux/lib/
A Dfortify_kunit.c96 static volatile int pick; variable
99 static noinline size_t want_minus_one(int pick) in want_minus_one() argument
103 switch (pick) { in want_minus_one()
119 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in fortify_test_control_flow_split()
/linux/Documentation/i2c/
A Di2c-address-translators.rst87 2. When the attach callback is called pick an appropriate alias,
/linux/Documentation/admin-guide/mm/
A Dswap_numa.rst71 or the system will pick one starting from -1 then downwards. The priority
/linux/Documentation/leds/
A Dwell-known-leds.txt29 though drivers may pick a default value.
/linux/samples/bpf/
A DREADME.rst51 level directory, that the make system will automatically pick up first.

Completed in 50 milliseconds

1234