/drivers/md/ |
D | dm-raid1.c | 61 struct bio_list writes; member 127 bl = (rw == WRITE) ? &ms->writes : &ms->reads; in queue_bio() 679 static void do_writes(struct mirror_set *ms, struct bio_list *writes) in do_writes() argument 688 if (!writes->head) in do_writes() 699 while ((bio = bio_list_pop(writes))) { in do_writes() 739 bio_list_merge(&ms->writes, &requeue); in do_writes() 854 struct bio_list reads, writes, failures; in do_mirror() local 859 writes = ms->writes; in do_mirror() 862 bio_list_init(&ms->writes); in do_mirror() 869 do_writes(ms, &writes); in do_mirror() [all …]
|
D | Kconfig | 235 delayed writes. 349 reads over writes. This SMQ policy (vs MQ) offers the promise 357 The writecache target caches writes on persistent memory or SSD. 446 A target that discards writes, and returns all zeroes for 503 A target that delays reads and/or writes and can send 611 tristate "Log writes target support" 622 be called dm-log-writes.
|
D | dm-writecache.c | 213 unsigned long long writes; member 1415 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_bio_copy_ssd() 1434 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_map_write() 1463 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_map_write() 1477 wc->stats.writes++; in writecache_map_write() 2673 wc->stats.writes, in writecache_status()
|
D | Makefile | 83 obj-$(CONFIG_DM_LOG_WRITES) += dm-log-writes.o
|
/drivers/md/bcache/ |
D | btree.h | 144 struct btree_write writes[2]; member 172 return b->writes + btree_node_write_idx(b); in btree_current_write() 177 return b->writes + (btree_node_write_idx(b) ^ 1); in btree_prev_write()
|
D | btree.c | 1583 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse() argument 1626 ret = btree_gc_recurse(last->b, op, writes, gc); in btree_gc_recurse() 1639 bch_btree_node_write(last->b, writes); in btree_gc_recurse() 1664 bch_btree_node_write(i->b, writes); in btree_gc_recurse() 1673 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root() argument 1697 ret = btree_gc_recurse(b, op, writes, gc); in bch_btree_gc_root() 1801 struct closure writes; in bch_btree_gc() local 1808 closure_init_stack(&writes); in bch_btree_gc() 1815 ret = bcache_btree_root(gc_root, c, &op, &writes, &stats); in bch_btree_gc() 1816 closure_sync(&writes); in bch_btree_gc()
|
/drivers/infiniband/ulp/rtrs/ |
D | README | 123 on the server side and rdma writes there the user data, user header and the 140 on the server side and rdma writes there the user data, user header and the 163 on the server side and rdma writes there the user header and the 182 on the server side and rdma writes there the user header and the
|
/drivers/ntb/ |
D | Kconfig | 7 connecting 2 systems. When configured, writes to the device's PCI
|
/drivers/net/phy/ |
D | mdio_bus.c | 283 MDIO_BUS_STATS_ATTR(writes); 303 MDIO_BUS_STATS_ADDR_ATTR(writes, addr); \ 738 u64_stats_inc(&stats->writes); in mdiobus_stats_acct()
|
/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 21 FMAN DMA read or writes under heavy traffic load may cause FMAN
|
/drivers/staging/fwserial/ |
D | fwserial.h | 172 unsigned int writes[DISTRIBUTION_MAX_INDEX + 1]; member
|
/drivers/scsi/arm/ |
D | acornscsi.h | 306 unsigned int writes; member
|
D | fas216.h | 259 unsigned int writes; member
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_trace.h | 77 __field(uint32_t, writes) 85 __entry->writes = write_count; 98 (unsigned long)__entry->writes)
|
/drivers/block/drbd/ |
D | drbd_req.c | 1180 list_add_tail(&req->tl_requests, &device->submit.writes); in drbd_queue_write() 1509 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1549 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1577 if (list_empty(&device->submit.writes)) in do_submit() 1581 list_splice_tail_init(&device->submit.writes, &more_incoming); in do_submit()
|
D | Kconfig | 29 simply writes the data to its lower level block device.
|
D | drbd_main.c | 2261 struct list_head writes; member 2267 LIST_HEAD(writes); in do_retry() 2271 list_splice_init(&retry->writes, &writes); in do_retry() 2274 list_for_each_entry_safe(req, tmp, &writes, tl_requests) { in do_retry() 2321 list_move_tail(&req->tl_requests, &retry.writes); in drbd_restart_request() 2694 INIT_LIST_HEAD(&device->submit.writes); in init_submitter() 2922 INIT_LIST_HEAD(&retry.writes); in drbd_init()
|
/drivers/mtd/nand/onenand/ |
D | Kconfig | 12 bool "Verify OneNAND page writes"
|
/drivers/mmc/core/ |
D | Kconfig | 75 Development driver that performs a series of reads and writes
|
/drivers/gpu/drm/msm/ |
D | Kconfig | 39 Compile in support for logging register reads/writes in a format
|
D | NOTES | 85 parse logged register reads/writes (both from downstream android fbdev
|
/drivers/nvdimm/ |
D | Kconfig | 67 applications that rely on sector writes not being torn (a
|
/drivers/net/wireless/broadcom/b43/ |
D | radio_2055.c | 1290 unsigned int i, writes = 0; in b2055_upload_inittab() local 1303 if (++writes % 4 == 0) in b2055_upload_inittab()
|
/drivers/w1/slaves/ |
D | Kconfig | 104 Full block writes are only allowed if the CRC is valid.
|
/drivers/mtd/nand/raw/ |
D | Kconfig | 537 bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP" 554 Even if you leave this disabled, you can enable BBT writes at module
|