Home
last modified time | relevance | path

Searched refs:to (Results 1 – 5 of 5) sorted by relevance

/block/partitions/
DKconfig7 Say Y here if you would like to use hard disks under Linux which
11 Note that the answer to this question won't directly affect the
12 kernel: saying N will just cause the configurator to skip all
28 Say Y here if you would like to use hard disks under Linux which
41 Say Y here if you would like to use hard disks under Linux which
69 to read disks partitioned under RISCiX.
75 Say Y here if you would like to use hard disks under Linux which
82 Say Y here if you would like to use hard disks under Linux which
89 Say Y here if you would like to use hard disks under Linux which
96 Say Y here if you would like to be able to read the hard disk
[all …]
/block/
DKconfig10 Disable this option to remove the block layer support from the
21 Say Y here unless you know you really don't want to mount disks and
33 This option is required to support the full capacity of large
41 order to support filesystems that have the huge_file feature
42 enabled. Otherwise, it will refuse to mount in the read-write
63 This option is required by recent UDEV versions to properly
74 normally need to manually enable this.
81 Some storage devices allow extra information to be
82 stored/retrieved to help protect the data. The block layer
84 filesystems to ensure better data integrity.
[all …]
Dblk-cgroup.h425 static inline void blkg_stat_merge(struct blkg_stat *to, struct blkg_stat *from) in blkg_stat_merge() argument
427 blkg_stat_add(to, blkg_stat_read(from)); in blkg_stat_merge()
508 static inline void blkg_rwstat_merge(struct blkg_rwstat *to, in blkg_rwstat_merge() argument
514 u64_stats_update_begin(&to->syncp); in blkg_rwstat_merge()
516 to->cnt[i] += v.cnt[i]; in blkg_rwstat_merge()
517 u64_stats_update_end(&to->syncp); in blkg_rwstat_merge()
DKconfig.iosched20 CSCAN service with FIFO expiration of requests, switching to
28 The CFQ I/O scheduler tries to distribute bandwidth equally
Dcfq-iosched.c714 static void cfqg_stats_merge(struct cfqg_stats *to, struct cfqg_stats *from) in cfqg_stats_merge() argument
717 blkg_rwstat_merge(&to->service_bytes, &from->service_bytes); in cfqg_stats_merge()
718 blkg_rwstat_merge(&to->serviced, &from->serviced); in cfqg_stats_merge()
719 blkg_rwstat_merge(&to->merged, &from->merged); in cfqg_stats_merge()
720 blkg_rwstat_merge(&to->service_time, &from->service_time); in cfqg_stats_merge()
721 blkg_rwstat_merge(&to->wait_time, &from->wait_time); in cfqg_stats_merge()
724 blkg_stat_merge(&to->unaccounted_time, &from->unaccounted_time); in cfqg_stats_merge()
725 blkg_stat_merge(&to->avg_queue_size_sum, &from->avg_queue_size_sum); in cfqg_stats_merge()
726 blkg_stat_merge(&to->avg_queue_size_samples, &from->avg_queue_size_samples); in cfqg_stats_merge()
727 blkg_stat_merge(&to->dequeue, &from->dequeue); in cfqg_stats_merge()
[all …]