Home
last modified time | relevance | path

Searched refs:READ (Results 126 – 150 of 221) sorted by relevance

123456789

/openbmc/linux/block/
H A Dblk-iocost.c1603 for (rw = READ; rw <= WRITE; rw++) { in ioc_lat_stat()
1618 for (rw = READ; rw <= WRITE; rw++) { in ioc_lat_stat()
2394 missed_ppm[READ] > ppm_rthr || in ioc_timer_fn()
2400 missed_ppm[READ] <= ppm_rthr * UNBUSY_THR_PCT / 100 && in ioc_timer_fn()
2814 rw = READ; in ioc_rqos_done()
H A Dblk-core.c112 REQ_OP_NAME(READ),
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst255 #read hits Number of times a READ bio has been mapped
257 #read misses Number of times a READ bio has been mapped
/openbmc/linux/Documentation/scsi/
H A Darcmsr_spec.rst24 (DRIVER DATA READ OK)
32 (IOP331 DATA READ OK)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DIntel-ACPI2 Software License Agreement IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
/openbmc/qemu/hw/net/
H A Dmsf2-emac.c51 FIELD(MII_CMD, READ, 0, 1)
H A Dtrace-events124 e1000e_core_mdic_read(uint8_t page, uint32_t addr, uint32_t data) "MDIC READ: PHY[%u][%u] = 0x%x"
125 e1000e_core_mdic_read_unhandled(uint8_t page, uint32_t addr) "MDIC READ: PHY[%u][%u] UNHANDLED"
273 igb_core_mdic_read(uint32_t addr, uint32_t data) "MDIC READ: PHY[%u] = 0x%x"
274 igb_core_mdic_read_unhandled(uint32_t addr) "MDIC READ: PHY[%u] UNHANDLED"
/openbmc/linux/drivers/s390/block/
H A Dscm_blk.c197 msb->oc = (rq_data_dir(req) == READ) ? MSB_OC_READ : MSB_OC_WRITE; in scm_request_prepare()
H A Ddasd_diag.c522 if (rq_data_dir(req) == READ) in dasd_diag_build_cp()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Datmel-nand.txt64 SAMA5 SoCs embed an advanced NAND controller logic to automate READ/WRITE page
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dsysfs.rst37 PLEASE READ THE DOCUMENT AT Documentation/driver-api/gpio/drivers-on-gpio.rst
/openbmc/linux/drivers/md/
H A Ddm-writecache.c896 writecache_wait_for_ios(wc, READ); in writecache_discard()
1262 if (rw == READ) { in bio_copy_block()
1571 if (bio_data_dir(bio) == READ) in writecache_map()
1786 writecache_wait_for_ios(wc, READ); in writecache_endio_thread()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c1257 rtrs_clt_update_all_stats(req, READ); in rtrs_clt_read_req()
2996 if (dir == READ) { in rtrs_clt_request()
3014 dir == READ ? "Read" : "Write", in rtrs_clt_request()
3022 if (dir == READ) in rtrs_clt_request()
H A Drtrs-srv.c352 if (id->dir == READ) { in send_io_resp_imm()
1027 rtrs_srv_update_rdma_stats(srv_path->stats, off, READ); in process_read()
1030 id->dir = READ; in process_read()
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_therm.rst101 In case of autodetection, the driver will use the "READ POWER SUPPLY"
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst711 READ and WRITE commands report CHS or LBA of the first failed sector
762 and ERROR registers will contain valid values describing the error, READ
766 READ LOG EXT Log Page 10h reports which tag has failed and taskfile
777 If READ LOG EXT Log Page 10h fails or reports NQ, we're thoroughly
/openbmc/linux/drivers/input/misc/
H A Diqs7222.c1901 case READ: in iqs7222_dev_init()
1948 if (dir == READ) { in iqs7222_dev_init()
3106 error = iqs7222_dev_init(iqs7222, READ); in iqs7222_probe()
/openbmc/linux/sound/drivers/
H A DKconfig50 tristate "PC-Speaker support (READ HELP!)"
/openbmc/linux/include/linux/
H A Dblk-mq.h208 #define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ)
H A Dbio.h49 (op_is_write(bio_op(bio)) ? WRITE : READ)
/openbmc/linux/drivers/ata/
H A Dsata_inic162x.c453 if (atapi_cmd_type(qc->cdb[0]) == READ) in inic_check_atapi_dma()
/openbmc/linux/drivers/block/
H A Damiflop.c1469 (rq_data_dir(rq) == READ) ? "read" : "write"); in amiflop_rw_cur_segment()
1483 if (rq_data_dir(rq) == READ) { in amiflop_rw_cur_segment()
H A Dpktcdvd.c831 if (bio_data_dir(bio) == READ) in pkt_queue_bio()
913 if (bio_data_dir(bio) == READ) in pkt_iosched_process_queue()
2444 if (bio_data_dir(bio) == READ) { in pkt_submit_bio()
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst243 queue of processing messages and setting flags to READ. Venus is
277 at the flags field. If the message is not yet READ, the process P can
278 handle its signal without notifying Venus. If Venus has READ, and
715 (2) to return a file descriptor for READ or WRITE mode.
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake520 file(READ "${_sha1_location}" _sha1_value)

123456789