Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 25 of 60) sorted by relevance

123

/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dkernel-test.c209 int ret, wrote; in compute_digest() local
220 wrote = ret; in compute_digest()
221 ret = splice(zerocopy[0], NULL, sock, NULL, wrote, 0); in compute_digest()
225 } else if (ret != wrote) { in compute_digest()
226 printf("Short splice: %d < %d\n", ret, wrote); in compute_digest()
229 iov.iov_len -= wrote; in compute_digest()
230 iov.iov_base += wrote; in compute_digest()
/linux-6.12.1/drivers/char/tpm/
Dtpm_tis_i2c.c233 u16 wrote = 0; in tpm_tis_i2c_write_bytes() local
240 while (wrote < len) { in tpm_tis_i2c_write_bytes()
242 msg.len = sizeof(reg) + len - wrote; in tpm_tis_i2c_write_bytes()
246 memcpy(phy->io_buf + sizeof(reg), value + wrote, in tpm_tis_i2c_write_bytes()
252 wrote += msg.len - sizeof(reg); in tpm_tis_i2c_write_bytes()
/linux-6.12.1/drivers/firmware/
Ddmi-sysfs.c366 ssize_t wrote = 0; in dmi_sel_raw_read_io() local
373 wrote++; in dmi_sel_raw_read_io()
376 return wrote; in dmi_sel_raw_read_io()
385 ssize_t wrote = 0; in dmi_sel_raw_read_phys32() local
394 wrote++; in dmi_sel_raw_read_phys32()
398 return wrote; in dmi_sel_raw_read_phys32()
/linux-6.12.1/drivers/tty/hvc/
Dhvsi.c283 int wrote; in hvsi_version_respond() local
295 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_version_respond()
296 if (wrote != packet.hdr.len) { in hvsi_version_respond()
543 int wrote; in hvsi_query() local
553 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_query()
554 if (wrote != packet.hdr.len) { in hvsi_query()
556 wrote); in hvsi_query()
586 int wrote; in hvsi_set_mctrl() local
600 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_set_mctrl()
601 if (wrote != packet.hdr.len) { in hvsi_set_mctrl()
/linux-6.12.1/fs/
Dfs-writeback.c1882 long wrote; in writeback_sb_inodes() local
1958 wrote = write_chunk - wbc.nr_to_write - wbc.pages_skipped; in writeback_sb_inodes()
1959 wrote = wrote < 0 ? 0 : wrote; in writeback_sb_inodes()
1960 total_wrote += wrote; in writeback_sb_inodes()
2010 long wrote = 0; in __writeback_inodes_wb() local
2025 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb()
2029 if (wrote) { in __writeback_inodes_wb()
2037 return wrote; in __writeback_inodes_wb()
2276 long wrote = 0; in wb_do_writeback() local
2281 wrote += wb_writeback(wb, work); in wb_do_writeback()
[all …]
/linux-6.12.1/drivers/char/
Dppdev.c200 ssize_t wrote; in pp_write() local
233 wrote = pport->ops->epp_write_addr(pport, in pp_write()
236 wrote = pport->ops->epp_write_data(pport, in pp_write()
240 wrote = parport_write(pp->pdev->port, kbuffer, n); in pp_write()
243 if (wrote <= 0) { in pp_write()
245 bytes_written = wrote; in pp_write()
249 bytes_written += wrote; in pp_write()
/linux-6.12.1/kernel/module/
Dsysfs.c41 size_t wrote; in module_sect_read() local
54 wrote = scnprintf(bounce, sizeof(bounce), "0x%px\n", in module_sect_read()
57 count = min(count, wrote); in module_sect_read()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dpapr_scm.c616 int len, wrote; in papr_scm_meta_set() local
624 for (len = hdr->in_length; len; len -= wrote) { in papr_scm_meta_set()
632 wrote = 8; in papr_scm_meta_set()
637 wrote = 4; in papr_scm_meta_set()
642 wrote = 2; in papr_scm_meta_set()
646 wrote = 1; in papr_scm_meta_set()
650 offset, data_be, wrote); in papr_scm_meta_set()
/linux-6.12.1/LICENSES/deprecated/
DZlib22 claim that you wrote the original software. If you use this software in a
/linux-6.12.1/LICENSES/exceptions/
DLinux-syscall-note18 kernel) is copyrighted by me and others who actually wrote it.
/linux-6.12.1/fs/reiserfs/
DREADME98 Vladimir throughout the project's development. He wrote a quite
115 Jeremy Fitzhardinge wrote the teahash.c code, and he gives credit to a
128 Alexander Zarochentcev (sometimes known as zam, or sasha), wrote the
/linux-6.12.1/tools/perf/Documentation/
Dexamples.txt75 [ perf record: Captured and wrote 0.267 MB perf.data (~11679 samples) ]
129 [ perf record: Captured and wrote 0.963 MB perf.data (~42069 samples) ]
Dperf.data-directory-format.txt37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
Dperf-timechart.txt104 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
/linux-6.12.1/include/trace/events/
Dwriteback.h762 __field(unsigned long, wrote)
774 __entry->wrote = nr_to_write - wbc->nr_to_write;
787 __entry->wrote,
/linux-6.12.1/Documentation/watchdog/
Dpcwd-watchdog.rst68 And that's all she wrote!
/linux-6.12.1/Documentation/filesystems/
Decryptfs.rst60 just wrote. To test reading, from start to finish, you need to clear
/linux-6.12.1/fs/bcachefs/
Dsuper-io.c939 bool wrote, can_mount_without_written, can_mount_with_written; in bch2_write_super() local
1068 wrote = false; in bch2_write_super()
1074 wrote = true; in bch2_write_super()
1079 } while (wrote); in bch2_write_super()
Ddata_update.c107 struct bkey_s_c wrote, in trace_move_extent_fail2() argument
154 bch2_bkey_val_to_text(&buf, c, wrote); in trace_move_extent_fail2()
/linux-6.12.1/lib/
Ddynamic_debug.c817 static int remaining(int wrote) in remaining() argument
819 if (PREFIX_SIZE - wrote > 0) in remaining()
820 return PREFIX_SIZE - wrote; in remaining()
/linux-6.12.1/Documentation/translations/ja_JP/process/
Dhowto.rst439 "John Kernelhacker wrote ...:" の行をあなたのリプライの先頭行にして、
/linux-6.12.1/Documentation/mm/
Dactive_mm.rst21 On Fri, 30 Jul 1999, David Mosberger wrote:
/linux-6.12.1/Documentation/arch/x86/
Dentry_64.rst95 which might have triggered right after a normal entry wrote CS to the
/linux-6.12.1/tools/power/cpupower/
DREADME179 Many thanks to Mattia Dongili who wrote the autotoolization and
/linux-6.12.1/Documentation/arch/powerpc/
Dimc.rst169 [ perf record: Captured and wrote 0.012 MB perf.data (21 samples) ]

123