Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 25 of 189) sorted by relevance

12345678

/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dmsm-sm8350-hdk-skips.txt23 # [ 200.895243] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=PERMISS…
24 # [ 200.906885] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
25 # [ 200.917625] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
26 # [ 200.928353] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
27 # [ 200.939084] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
28 # [ 200.949815] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
30 # [ 200.960467] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
31 # [ 200.960500] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
32 # [ 200.995966] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
33 # [ 201.006702] *** gpu fault: ttbr0=00000001160d6000 iova=0001000000001000 dir=WRITE type=UNKNOWN…
[all …]
H A Dmsm-apq8096-skips.txt24 # *** gpu fault: ttbr0=00000001030ea000 iova=0000000001074000 dir=WRITE type=PERMISSION source=1f03…
/linux-6.15/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-stats.c44 sum.dir[WRITE].cnt += r->dir[WRITE].cnt; in rtrs_srv_stats_rdma_to_str()
45 sum.dir[WRITE].size_total += r->dir[WRITE].size_total; in rtrs_srv_stats_rdma_to_str()
50 sum.dir[WRITE].cnt, sum.dir[WRITE].size_total); in rtrs_srv_stats_rdma_to_str()
H A Drtrs-clt-stats.c94 sum.dir[WRITE].cnt += r->dir[WRITE].cnt; in rtrs_clt_stats_rdma_to_str()
95 sum.dir[WRITE].size_total += r->dir[WRITE].size_total; in rtrs_clt_stats_rdma_to_str()
101 sum.dir[WRITE].cnt, sum.dir[WRITE].size_total, in rtrs_clt_stats_rdma_to_str()
/linux-6.15/drivers/md/
H A Ddm-stats.c734 shared->tmp.ios[WRITE] = 0; in __dm_stat_init_temporary_percpu_totals()
750 shared->tmp.sectors[WRITE] += READ_ONCE(p->sectors[WRITE]); in __dm_stat_init_temporary_percpu_totals()
752 shared->tmp.ios[WRITE] += READ_ONCE(p->ios[WRITE]); in __dm_stat_init_temporary_percpu_totals()
754 shared->tmp.merges[WRITE] += READ_ONCE(p->merges[WRITE]); in __dm_stat_init_temporary_percpu_totals()
756 shared->tmp.ticks[WRITE] += READ_ONCE(p->ticks[WRITE]); in __dm_stat_init_temporary_percpu_totals()
758 shared->tmp.io_ticks[WRITE] += READ_ONCE(p->io_ticks[WRITE]); in __dm_stat_init_temporary_percpu_totals()
784 p->sectors[WRITE] -= shared->tmp.sectors[WRITE]; in __dm_stat_clear()
786 p->ios[WRITE] -= shared->tmp.ios[WRITE]; in __dm_stat_clear()
788 p->merges[WRITE] -= shared->tmp.merges[WRITE]; in __dm_stat_clear()
790 p->ticks[WRITE] -= shared->tmp.ticks[WRITE]; in __dm_stat_clear()
[all …]
H A Ddm-flakey.c146 fc->corrupt_bio_rw = WRITE; in parse_features()
208 if (test_bit(DROP_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
212 } else if (test_bit(ERROR_WRITES, &fc->flags) && (fc->corrupt_bio_rw == WRITE)) { in parse_features()
359 (bio_data_dir(bio) == WRITE) ? 'w' : 'r', bio->bi_opf, in corrupt_bio_common()
524 if (fc->corrupt_bio_byte && fc->corrupt_bio_rw == WRITE) { in flakey_map()
625 (fc->corrupt_bio_rw == WRITE) ? 'w' : 'r', in flakey_status()
/linux-6.15/block/
H A Dblk-throttle.c262 tg->bps[WRITE] = U64_MAX; in throtl_pd_alloc()
264 tg->iops[WRITE] = UINT_MAX; in throtl_pd_alloc()
671 __tg_update_carryover(tg, WRITE, &bytes[WRITE], &ios[WRITE]); in tg_update_carryover()
675 bytes[READ], bytes[WRITE], ios[READ], ios[WRITE]); in tg_update_carryover()
956 tg_dispatch_one_bio(tg, WRITE); in throtl_dispatch_tg()
1395 tg->bps[WRITE] == bps_dft && in tg_prfill_limit()
1406 if (tg->bps[WRITE] == U64_MAX) in tg_prfill_limit()
1461 v[1] = tg->bps[WRITE]; in tg_set_limit()
1463 v[3] = tg->iops[WRITE]; in tg_set_limit()
1501 tg->bps[WRITE] = v[1]; in tg_set_limit()
[all …]
/linux-6.15/drivers/s390/net/
H A Dctcm_sysfs.c96 priv->channel[WRITE]->prof.maxmulti); in ctcm_print_statistics()
98 priv->channel[WRITE]->prof.maxcqueue); in ctcm_print_statistics()
100 priv->channel[WRITE]->prof.doios_single); in ctcm_print_statistics()
102 priv->channel[WRITE]->prof.doios_multi); in ctcm_print_statistics()
104 priv->channel[WRITE]->prof.txlen); in ctcm_print_statistics()
106 jiffies_to_usecs(priv->channel[WRITE]->prof.tx_time)); in ctcm_print_statistics()
133 memset(&priv->channel[WRITE]->prof, 0, in stats_write()
/linux-6.15/tools/testing/selftests/kvm/s390/
H A Dmemop.c30 WRITE, enumerator
72 if (desc->mode == WRITE) in ksmo_from_desc()
78 if (desc->mode == WRITE) in ksmo_from_desc()
84 if (desc->mode == WRITE) in ksmo_from_desc()
302 CHECK_N_DO(MOP, mop_cpu, mop_target, WRITE, mem1, size, in default_write_read()
392 CHECK_N_DO(MOP, t.vcpu, LOGICAL, WRITE, mem1, t.size, in test_copy_access_register()
680 MOP(t.vcpu, LOGICAL, WRITE, mem1, max_block, GADDR_V(mem2)); in test_cmpxchg_key_concurrent()
897 MOP(t.vcpu, LOGICAL, WRITE, mem1, PAGE_SIZE, GADDR_V(mem1)); in test_copy_key_fetch_prot_override()
981 rv = ERR_MOP(info, target, WRITE, mem1, -1, GADDR_V(mem1)); in _test_errors_common()
985 rv = ERR_MOP(info, target, WRITE, mem1, 0, GADDR_V(mem1)); in _test_errors_common()
[all …]
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst8 There is a log_write_entry written for every WRITE request and the target is
10 that is in the WRITE requests is copied into the log to make the replay happen
17 cache. This means that normal WRITE requests are not actually logged until the
22 This works by attaching all WRITE requests to a list once the write completes.
42 Any REQ_OP_DISCARD requests are treated like WRITE requests. Otherwise we would
43 have all the DISCARD requests, and then the WRITE requests and then the FLUSH
46 WRITE block 1, DISCARD block 1, FLUSH
50 DISCARD 1, WRITE 1, FLUSH
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr3-timings.yaml102 Additional WRITE-to-WRITE delay in chip-to-chip cases in pico seconds.
107 WRITE recovery time in pico seconds.
112 Internal WRITE-to-READ command delay in pico seconds.
H A Djedec,lpddr3.yaml140 Additional WRITE-to-WRITE delay in chip-to-chip cases in terms of number
147 WRITE data latency in terms of number of clock cycles.
153 WRITE recovery time in terms of number of clock cycles.
159 Internal WRITE-to-READ command delay in terms of number of clock cycles.
H A Djedec,lpddr2-timings.yaml80 WRITE recovery time in pico seconds.
85 Internal WRITE-to-READ command delay in pico seconds.
/linux-6.15/drivers/s390/block/
H A Ddasd_fba.c84 if (rw == WRITE) in define_extent()
104 if (rw == WRITE) in locate_record()
354 define_extent(ccw++, cqr->data, WRITE, blksize, first_rec, count); in dasd_fba_build_cp_discard()
366 locate_record(ccw++, LO_data++, WRITE, cur_pos, wz_count); in dasd_fba_build_cp_discard()
386 locate_record(ccw++, LO_data++, WRITE, cur_pos, d_count); in dasd_fba_build_cp_discard()
404 locate_record(ccw++, LO_data++, WRITE, cur_pos, wz_count); in dasd_fba_build_cp_discard()
445 } else if (rq_data_dir(req) == WRITE) { in dasd_fba_build_cp_regular()
504 if (copy && rq_data_dir(req) == WRITE) in dasd_fba_build_cp_regular()
/linux-6.15/fs/f2fs/
H A Dfile.c1106 f2fs_down_write(&fi->i_gc_rwsem[WRITE]); in f2fs_setattr()
1118 f2fs_up_write(&fi->i_gc_rwsem[WRITE]); in f2fs_setattr()
2225 f2fs_down_write(&fi->i_gc_rwsem[WRITE]); in f2fs_ioc_start_atomic_write()
2283 f2fs_up_write(&fi->i_gc_rwsem[WRITE]); in f2fs_ioc_start_atomic_write()
3552 f2fs_up_write(&fi->i_gc_rwsem[WRITE]); in f2fs_precache_extents()
3850 f2fs_up_write(&fi->i_gc_rwsem[WRITE]); in f2fs_release_compress_blocks()
4027 f2fs_up_write(&fi->i_gc_rwsem[WRITE]); in f2fs_reserve_compress_blocks()
4764 if (rw == WRITE) in f2fs_trace_rw_file_path()
5017 f2fs_up_read(&fi->i_gc_rwsem[WRITE]); in f2fs_dio_write_iter()
5054 f2fs_up_read(&fi->i_gc_rwsem[WRITE]); in f2fs_dio_write_iter()
[all …]
/linux-6.15/fs/bcachefs/
H A Dcompress.c276 data = __bounce_alloc(c, dst_len, WRITE); in bch2_bio_uncompress_inplace()
320 ? __bio_map_or_bounce(c, dst, dst_iter, WRITE) in bch2_bio_uncompress()
321 : __bounce_alloc(c, dst_len, WRITE); in bch2_bio_uncompress()
458 dst_data = bio_map_or_bounce(c, dst, WRITE); in __bio_compress()
621 mempool_exit(&c->compression_bounce[WRITE]); in bch2_fs_compress_exit()
661 if (!mempool_initialized(&c->compression_bounce[WRITE]) && in __bch2_fs_compress_init()
662 mempool_init_kvmalloc_pool(&c->compression_bounce[WRITE], in __bch2_fs_compress_init()
H A Dsuper.c295 bch2_dev_io_ref_stop(ca, WRITE); in __bch2_fs_read_only()
450 percpu_ref_reinit(&ca->io_ref[WRITE]); in __bch2_fs_read_write()
567 bch2_io_clock_exit(&c->io_clock[WRITE]); in __bch2_fs_free()
911 bch2_io_clock_init(&c->io_clock[WRITE]) ?: in bch2_fs_alloc()
1274 percpu_ref_exit(&ca->io_ref[WRITE]); in bch2_dev_free()
1320 complete(&ca->io_ref_completion[WRITE]); in bch2_dev_io_ref_write_complete()
1385 init_completion(&ca->io_ref_completion[WRITE]); in __bch2_dev_alloc()
1477 BUG_ON(!percpu_ref_is_zero(&ca->io_ref[WRITE])); in __bch2_dev_attach_bdev()
1592 bch2_dev_io_ref_stop(ca, WRITE); in __bch2_dev_read_only()
1611 if (percpu_ref_is_zero(&ca->io_ref[WRITE])) in __bch2_dev_read_write()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-qat_rl58 * WRITE: add operation
87 * WRITE: rm and update operations
123 * WRITE: add and update operations
157 * WRITE: add and update operations
188 * WRITE: add and update operations
H A Dsysfs-devices-platform-_UDC_-gadget17 the SCSI WRITE(10,12) commands when a gadget in USB Mass
/linux-6.15/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c171 #define WRITE 1 macro
191 assert(write(pipe_fd2[WRITE], &c, 1) == 1); in pipe_thread1()
203 assert(write(pipe_fd1[WRITE], &c, 1) == 1); in pipe_thread2()
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore507d.c44 NVDEF(NV507D, SET_NOTIFIER_CONTROL, MODE, WRITE) | in core507d_update()
91 NVDEF(NV507D, SET_NOTIFIER_CONTROL, MODE, WRITE) | in core507d_read_caps()
/linux-6.15/Documentation/PCI/endpoint/
H A Dpci-test-function.rst78 the COPY/WRITE command.
83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
/linux-6.15/drivers/block/drbd/
H A Ddrbd_req.c33 req->rq_state = (bio_data_dir(bio_src) == WRITE ? RQ_WRITE : 0) in drbd_req_new()
819 if (bio_data_dir(req->master_bio) == WRITE) in __req_mod()
1235 if (rw == WRITE && req->private_bio && req->i.size in drbd_request_prepare()
1327 if (rw == WRITE) { in drbd_send_and_submit()
1354 if (rw != WRITE) { in drbd_send_and_submit()
1365 if (rw == WRITE) in drbd_send_and_submit()
1371 if (rw == WRITE) { in drbd_send_and_submit()
1400 &device->pending_master_completion[rw == WRITE]); in drbd_send_and_submit()
1405 &device->pending_completion[rw == WRITE]); in drbd_send_and_submit()
1451 if (rw == WRITE /* rw != WRITE should not even end up here! */ in submit_fast_path()
/linux-6.15/tools/perf/trace/beauty/
H A Dflock.c44 P_CMD(WRITE); in syscall_arg__scnprintf_flock()
/linux-6.15/fs/
H A Dread_write.c653 ret = rw_verify_area(WRITE, file, pos, count); in kernel_write()
675 ret = rw_verify_area(WRITE, file, pos, count); in vfs_write()
942 ret = rw_verify_area(WRITE, file, &iocb->ki_pos, tot_len); in vfs_iocb_iter_write()
974 ret = rw_verify_area(WRITE, file, ppos, tot_len); in vfs_iter_write()
979 ret = do_iter_readv_writev(file, iter, ppos, WRITE, flags); in vfs_iter_write()
1049 ret = rw_verify_area(WRITE, file, pos, tot_len); in vfs_writev()
1055 ret = do_iter_readv_writev(file, &iter, pos, WRITE, flags); in vfs_writev()
1057 ret = do_loop_readv_writev(file, &iter, pos, WRITE, flags); in vfs_writev()
1365 retval = rw_verify_area(WRITE, fd_file(out), &out_pos, count); in do_sendfile()
1570 ret = rw_verify_area(WRITE, file_out, &pos_out, len); in vfs_copy_file_range()

12345678