| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-srv-stats.c | 42 sum.dir[READ].cnt += r->dir[READ].cnt; in rtrs_srv_stats_rdma_to_str() 43 sum.dir[READ].size_total += r->dir[READ].size_total; in rtrs_srv_stats_rdma_to_str() 49 sum.dir[READ].cnt, sum.dir[READ].size_total, in rtrs_srv_stats_rdma_to_str()
|
| H A D | rtrs-clt-stats.c | 92 sum.dir[READ].cnt += r->dir[READ].cnt; in rtrs_clt_stats_rdma_to_str() 93 sum.dir[READ].size_total += r->dir[READ].size_total; in rtrs_clt_stats_rdma_to_str() 100 sum.dir[READ].cnt, sum.dir[READ].size_total, in rtrs_clt_stats_rdma_to_str()
|
| H A D | rtrs-srv-trace.h | 71 { READ, "READ" },
|
| /linux/drivers/md/ |
| H A D | dm-stats.c | 190 return atomic_read(&shared->in_flight[READ]) + in dm_stat_in_flight() 233 atomic_read(&shared->in_flight[READ]), in dm_stats_cleanup() 346 atomic_set(&s->stat_shared[ni].in_flight[READ], 0); in dm_stats_create() 549 in_flight_read = (unsigned int)atomic_read(&shared->in_flight[READ]); in dm_stat_round() 552 p->io_ticks[READ] += difference; in dm_stat_round() 731 shared->tmp.sectors[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 733 shared->tmp.ios[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 735 shared->tmp.merges[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 737 shared->tmp.ticks[READ] = 0; in __dm_stat_init_temporary_percpu_totals() 739 shared->tmp.io_ticks[READ] = 0; in __dm_stat_init_temporary_percpu_totals() [all …]
|
| H A D | dm-flakey.c | 151 fc->corrupt_bio_rw = READ; in parse_features() 229 ((fc->corrupt_bio_byte && fc->corrupt_bio_rw == READ) || in parse_features() 518 if (bio_data_dir(bio) == READ) { in flakey_map() 582 if (!*error && pb->bio_can_corrupt && (bio_data_dir(bio) == READ)) { in flakey_end_io() 584 if ((fc->corrupt_bio_rw == READ) && in flakey_end_io()
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | ipe.rst | 270 op=READ integrity_verified=NO label=critical_t action=DENY 271 op=READ action=ALLOW 281 op=READ integrity_verified=NO label=critical_t action=DENY 289 op=READ integrity_verified=NO label=critical_t action=DENY 298 DEFAULT op=READ action=ALLOW 299 op=READ integrity_verified=NO label=critical_t action=DENY
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | nfsd-io-modes.rst | 10 NFSD has historically always used buffered IO when servicing READ and 15 mode used for READ and WRITE to be configured independently. See both: 35 To check which IO mode NFSD is using for READ or WRITE, simply read the 64 - for READ: 8026e49bff9b1 ("mm/filemap: add read support for 112 used to store the READ or WRITE payload must be aligned relative to the 118 Misaligned READ: 119 If NFSD_IO_DIRECT is used, expand any misaligned READ to the next 120 DIO-aligned block (on either end of the READ). The expanded READ is 135 misaligned READ to the next DIO-aligned block (on either end of the 136 original READ, as needed).
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.h | 43 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV) 46 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS) 49 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET)
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 527 jsm_dbg(READ, &ch->ch_bd->pci_dev, "start\n"); in jsm_input() 554 jsm_dbg(READ, &ch->ch_bd->pci_dev, "start\n"); in jsm_input() 562 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input() 579 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_input() 585 jsm_dbg(READ, &ch->ch_bd->pci_dev, "start 2\n"); in jsm_input() 778 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control() 788 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control() 816 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control() 825 jsm_dbg(READ, &ch->ch_bd->pci_dev, in jsm_check_queue_flow_control()
|
| /linux/lib/tests/ |
| H A D | kunit_iov_iter.c | 119 iov_kunit_load_kvec(test, &iter, READ, kvec, ARRAY_SIZE(kvec), in iov_kunit_copy_to_kvec() 278 iov_kunit_load_bvec(test, &iter, READ, bvec, ARRAY_SIZE(bvec), in iov_kunit_copy_to_bvec() 438 iov_kunit_load_folioq(test, &iter, READ, folioq, bpages, npages); in iov_kunit_copy_to_folioq() 445 iov_iter_folio_queue(&iter, READ, folioq, 0, 0, pr->to); in iov_kunit_copy_to_folioq() 500 iov_kunit_load_folioq(test, &iter, READ, folioq, bpages, npages); in iov_kunit_copy_from_folioq() 600 iov_kunit_load_xarray(test, &iter, READ, xarray, bpages, npages); in iov_kunit_copy_to_xarray() 607 iov_iter_xarray(&iter, READ, xarray, pr->from, size); in iov_kunit_copy_to_xarray() 658 iov_kunit_load_xarray(test, &iter, READ, xarray, bpages, npages); in iov_kunit_copy_from_xarray() 715 iov_kunit_load_kvec(test, &iter, READ, kvec, ARRAY_SIZE(kvec), in iov_kunit_extract_pages_kvec() 793 iov_kunit_load_bvec(test, &iter, READ, bvec, ARRAY_SIZE(bvec), in iov_kunit_extract_pages_bvec() [all …]
|
| /linux/drivers/ata/ |
| H A D | pata_ixp4xx_cf.c | 136 ata_dev_dbg(adev, "%s %d bytes\n", (rw == READ) ? "READ" : "WRITE", in ixp4xx_mmio_data_xfer() 147 if (rw == READ) in ixp4xx_mmio_data_xfer() 159 if (rw == READ) { in ixp4xx_mmio_data_xfer()
|
| H A D | pata_buddha.c | 74 if (rw == READ) in pata_buddha_data_xfer() 86 if (rw == READ) { in pata_buddha_data_xfer()
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 170 #define READ 0 macro 188 assert(read(pipe_fd1[READ], &c, 1) == 1); in pipe_thread1() 206 assert(read(pipe_fd2[READ], &c, 1) == 1); in pipe_thread2()
|
| /linux/Documentation/PCI/endpoint/ |
| H A D | pci-test-function.rst | 73 COPY/READ command. 83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-io.rst | 32 uncached, but fully written pages). No READ requests are ever sent for writes, 44 even for files opened for O_WRONLY it is possible that READ requests will be
|
| /linux/net/rxrpc/ |
| H A D | rxperf.c | 166 iov_iter_kvec(&call->iter, READ, call->kvec, 1, call->iov_len); in rxperf_charge_preallocation() 449 iov_iter_kvec(&call->iter, READ, call->kvec, 1, call->iov_len); in rxperf_deliver_request() 482 iov_iter_discard(&call->iter, READ, call->req_len); in rxperf_deliver_request() 494 iov_iter_kvec(&call->iter, READ, call->kvec, 1, call->iov_len); in rxperf_deliver_request()
|
| /linux/block/ |
| H A D | blk-wbt.c | 276 return (stat[READ].nr_samples >= 1 && in stat_sample_valid() 324 (thislat > rwb->min_lat_nsec && !stat[READ].nr_samples)) { in latency_exceeded() 348 if (stat[READ].min > rwb->min_lat_nsec) { in latency_exceeded() 349 trace_wbt_lat(bdi, stat[READ].min); in latency_exceeded() 706 return READ; in wbt_data_dir()
|
| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 57 | SHARED or READ-only - 0 cost (the file is the map not swap) 62 | PRIVATE READ-only - 0 cost (but of little use)
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 315 (self.flags() & flags::READ) != 0 in readable() 399 pub const READ: vm_flags_t = bindings::VM_READ as vm_flags_t; constant
|
| /linux/drivers/memstick/host/ |
| H A D | jmb38x_ms.c | 389 if (host->req->data_dir == READ) in jmb38x_ms_issue_cmd() 418 host->req->data_dir == READ in jmb38x_ms_issue_cmd() 436 t_val |= host->req->data_dir == READ in jmb38x_ms_issue_cmd() 486 host->req->data_dir == READ in jmb38x_ms_complete_cmd() 490 if (host->req->data_dir == READ) in jmb38x_ms_complete_cmd() 556 if (host->req->data_dir == READ) { in jmb38x_ms_isr()
|
| H A D | tifm_ms.c | 280 host->req->data_dir == READ in tifm_ms_issue_cmd() 351 host->req->data_dir == READ in tifm_ms_complete_cmd() 608 host->req->data_dir == READ in tifm_ms_remove()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | flock.c | 43 P_CMD(READ); in syscall_arg__scnprintf_flock()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_fba.c | 85 else if (rw == READ) in define_extent() 105 else if (rw == READ) in locate_record() 442 if (rq_data_dir(req) == READ) { in dasd_fba_build_cp_regular() 592 if (rq_data_dir(req) == READ) in dasd_fba_free_cp()
|
| /linux/drivers/mfd/ |
| H A D | rk8xx-spi.c | 75 txbuf[0] = RK806_CMD_WITH_SIZE(READ, val_size); in rk806_spi_bus_read()
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 45 __fmode_flag(READ), \
|