Home
last modified time | relevance | path

Searched refs:sequential (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst9 doing raw block device accesses) the sequential write constraints of
37 dm-zoned implements an on-disk buffering scheme to handle non-sequential
38 write accesses to the sequential zones of a zoned block device.
52 sequential zones used exclusively to store user data. The conventional
55 later moved to a sequential zone so that the conventional zone can be
85 sequential zone, the write operation is processed directly only if the
87 offset within of the sequential data zone (i.e. the write operation is
92 automatically invalidate the same block in the sequential zone mapping
93 the chunk. If all blocks of the sequential zone become invalid, the zone
100 the sequential zone mapping a chunk, or if the chunk is buffered, from
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dzonefs.rst12 device support (e.g. f2fs), zonefs does not hide the sequential write
13 constraint of zoned block devices to the user. Files representing sequential
41 sequentially. Each sequential zone has a write pointer maintained by the
43 to the device. As a result of this write constraint, LBAs in a sequential zone
78 the zone containing the super block is a sequential zone, the mkzonefs format
94 For sequential write zones, the sub-directory "seq" is used.
135 The size of sequential zone files grouped in the "seq" sub-directory represents
144 Since dirty page writeback by the page cache does not guarantee a sequential
146 on sequential files. Only direct I/O writes are accepted for these files.
147 zonefs relies on the sequential delivery of write I/O requests to the device
[all …]
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A DKconfig7 writes are sequential regardless of filesystem activity.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dtypes.h47 sequential, enumerator
H A Dbase.h93 __is_parallel(const _Parallelism __p) { return __p != sequential; } in __is_parallel()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dtypes.h47 sequential, enumerator
H A Dbase.h93 __is_parallel(const _Parallelism __p) { return __p != sequential; } in __is_parallel()
/OK3568_Linux_fs/buildroot/package/tinymembench/
H A DConfig.in6 tries to measure the peak bandwidth of sequential memory
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dbcache.rst34 to caching large sequential IO. Bcache detects sequential IO and skips it;
353 By default, bcache doesn't cache everything. It tries to skip sequential IO -
370 slower SSDs, many disks being cached by one SSD, or mostly sequential IO. So
376 cranking down the sequential bypass).
440 A sequential IO will bypass the cache once it passes this threshold; the
441 most recent 128 IOs are tracked so sequential IO can be detected even when
446 against all new requests to determine which new requests are sequential
447 continuations of previous requests for the purpose of determining sequential
448 cutoff. This is necessary if the sequential cutoff value is greater than the
449 maximum acceptable sequential size for any single request.
/OK3568_Linux_fs/buildroot/fs/erofs/
H A DConfig.in20 get much better compression ratios (thus better sequential
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Djcore,aic.txt10 region per cpu, indexed by the sequential, zero-based hardware cpu
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt8 there should be one region per cpu, indexed by the sequential,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A D0001-Specify-printf-formats.patch38 @@ -552,7 +552,7 @@ void do_test( ThreadTest *test, int testCase, int sequential,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/
H A Dtinymembench_git.bb2 peak bandwidth of sequential memory accesses and the latency of random memory \
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Drequest.c424 i->sequential = 0; in check_should_bypass()
426 if (i->sequential + bio->bi_iter.bi_size > i->sequential) in check_should_bypass()
427 i->sequential += bio->bi_iter.bi_size; in check_should_bypass()
431 task->sequential_io = i->sequential; in check_should_bypass()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dxilinx_can.txt21 sequential Rx mode).
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Ddb-export.txt15 The export process provides records with unique sequential ids which allows the
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddma-attributes.rst88 You might know that the accesses are likely to be sequential or
89 that they aren't sequential but it's unlikely you'll ping-pong
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block-bcache47 For backing devices: Threshold past which sequential IO will
56 to the sequential cutoff). Expressed as bytes in human
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-cache.rst55 which are sequential but not dispatched in the same time will suffer from this
59 typical workload which does sequential write followed by fsync is an example.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dssd1307fb.txt23 - solomon,com-seq: Display uses sequential COM pin configuration
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dblk-mq.rst76 to sequential access, grouped requests for sequential access decreases the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dapm-xgene-enet.txt22 - Must map to the first irq and irqs must be sequential
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs42l42.txt72 pressed, the driver will compare this biased voltage to sequential,
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_fc.h329 u32 sequential:1; member
333 u32 sequential:1;

1234