Home
last modified time | relevance | path

Searched refs:writes (Results 1 – 25 of 42) sorted by relevance

12

/drivers/staging/gpib/ni_usb/
A Dni_usb_gpib.c1683 writes[i].value = 0x0; in ni_usb_setup_init()
1694 writes[i].value = mask; in ni_usb_setup_init()
1698 writes[i].value = mask; in ni_usb_setup_init()
1714 writes[i].value = 0x0; in ni_usb_setup_init()
1718 writes[i].value = 0x0; in ni_usb_setup_init()
1722 writes[i].value = 0x0; in ni_usb_setup_init()
1741 writes[i].value = mask; in ni_usb_setup_init()
1790 writes = kmalloc_array(NUM_INIT_WRITES, sizeof(*writes), GFP_KERNEL); in ni_usb_init()
1791 if (!writes) in ni_usb_init()
1799 kfree(writes); in ni_usb_init()
[all …]
/drivers/staging/gpib/agilent_82357a/
A Dagilent_82357a.c773 writes[i].address = AUXCR; in agilent_82357a_request_system_control()
1260 writes[10].address = ADR; in agilent_82357a_init()
1262 writes[11].address = PPR; in agilent_82357a_init()
1263 writes[11].value = 0; in agilent_82357a_init()
1265 writes[12].value = 0; in agilent_82357a_init()
1397 writes[2].value = 0; in agilent_82357a_go_idle()
1398 writes[3].address = IMR0; in agilent_82357a_go_idle()
1399 writes[3].value = 0; in agilent_82357a_go_idle()
1400 writes[4].address = IMR1; in agilent_82357a_go_idle()
1401 writes[4].value = 0; in agilent_82357a_go_idle()
[all …]
/drivers/md/
A Ddm-raid1.c66 struct bio_list writes; member
132 bl = (rw == WRITE) ? &ms->writes : &ms->reads; in queue_bio()
686 static void do_writes(struct mirror_set *ms, struct bio_list *writes) in do_writes() argument
695 if (!writes->head) in do_writes()
706 while ((bio = bio_list_pop(writes))) { in do_writes()
746 bio_list_merge(&ms->writes, &requeue); in do_writes()
863 struct bio_list reads, writes, failures; in do_mirror() local
868 writes = ms->writes; in do_mirror()
871 bio_list_init(&ms->writes); in do_mirror()
878 do_writes(ms, &writes); in do_mirror()
[all …]
A DKconfig229 delayed writes.
323 reads over writes. This SMQ policy (vs MQ) offers the promise
331 The writecache target caches writes on persistent memory or SSD.
420 A target that discards writes, and returns all zeroes for
477 A target that delays reads and/or writes and can send
594 tristate "Log writes target support"
605 be called dm-log-writes.
A DMakefile79 obj-$(CONFIG_DM_LOG_WRITES) += dm-log-writes.o
A Ddm-writecache.c209 unsigned long long writes; member
1424 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_bio_copy_ssd()
1444 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_map_write()
1473 wc->stats.writes += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_map_write()
1487 wc->stats.writes++; in writecache_map_write()
2694 wc->stats.writes, in writecache_status()
/drivers/md/bcache/
A Dbtree.h144 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()
A Dbtree.c1606 struct closure *writes, struct gc_stat *gc) in btree_gc_recurse() argument
1650 ret = btree_gc_recurse(last->b, op, writes, gc); in btree_gc_recurse()
1663 bch_btree_node_write(last->b, writes); in btree_gc_recurse()
1688 bch_btree_node_write(i->b, writes); in btree_gc_recurse()
1697 struct closure *writes, struct gc_stat *gc) in bch_btree_gc_root() argument
1721 ret = btree_gc_recurse(b, op, writes, gc); in bch_btree_gc_root()
1830 struct closure writes; in bch_btree_gc() local
1837 closure_init_stack(&writes); in bch_btree_gc()
1844 ret = bcache_btree_root(gc_root, c, &op, &writes, &stats); in bch_btree_gc()
1845 closure_sync(&writes); in bch_btree_gc()
/drivers/infiniband/ulp/rtrs/
A DREADME123 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/tty/hvc/
A DKconfig95 Some external debuggers, do not handle reads/writes from/to DCC on more
97 CPU core reads or writes from/to DCC, it only accesses its own DCC device.
/drivers/net/phy/
A Dmdio_bus.c250 MDIO_BUS_STATS_ATTR(writes);
270 MDIO_BUS_STATS_ADDR_ATTR(writes, addr); \
427 u64_stats_inc(&stats->writes); in mdiobus_stats_acct()
/drivers/ntb/
A DKconfig7 connecting 2 systems. When configured, writes to the device's PCI
/drivers/net/ethernet/freescale/fman/
A DKconfig22 FMAN DMA read or writes under heavy traffic load may cause FMAN
/drivers/block/drbd/
A Ddrbd_req.c1187 list_add_tail(&req->tl_requests, &device->submit.writes); in drbd_queue_write()
1520 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit()
1560 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit()
1588 if (list_empty(&device->submit.writes)) in do_submit()
1592 list_splice_tail_init(&device->submit.writes, &more_incoming); in do_submit()
A DKconfig29 simply writes the data to its lower level block device.
A Ddrbd_main.c2208 struct list_head writes; member
2214 LIST_HEAD(writes); in do_retry()
2218 list_splice_init(&retry->writes, &writes); in do_retry()
2221 list_for_each_entry_safe(req, tmp, &writes, tl_requests) { in do_retry()
2268 list_move_tail(&req->tl_requests, &retry.writes); in drbd_restart_request()
2641 INIT_LIST_HEAD(&device->submit.writes); in init_submitter()
2872 INIT_LIST_HEAD(&retry.writes); in drbd_init()
/drivers/scsi/arm/
A Dacornscsi.h306 unsigned int writes; member
A Dfas216.h259 unsigned int writes; member
/drivers/mtd/nand/onenand/
A DKconfig12 bool "Verify OneNAND page writes"
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h79 __field(uint32_t, writes)
87 __entry->writes = write_count;
100 (unsigned long)__entry->writes)
/drivers/mmc/core/
A DKconfig77 Development driver that performs a series of reads and writes
/drivers/gpu/drm/msm/
A DNOTES85 parse logged register reads/writes (both from downstream android fbdev
/drivers/net/wireless/broadcom/b43/
A Dradio_2055.c1290 unsigned int i, writes = 0; in b2055_upload_inittab() local
1303 if (++writes % 4 == 0) in b2055_upload_inittab()
/drivers/nvdimm/
A DKconfig51 applications that rely on sector writes not being torn (a
/drivers/w1/slaves/
A DKconfig104 Full block writes are only allowed if the CRC is valid.

Completed in 798 milliseconds

12