Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/arm64/fp/
H A Dkernel-test.c207 int ret, wrote; in compute_digest() local
218 wrote = ret; in compute_digest()
219 ret = splice(zerocopy[0], NULL, sock, NULL, wrote, 0); in compute_digest()
223 } else if (ret != wrote) { in compute_digest()
224 printf("Short splice: %d < %d\n", ret, wrote); in compute_digest()
227 iov.iov_len -= wrote; in compute_digest()
228 iov.iov_base += wrote; in compute_digest()
/linux/drivers/char/tpm/
H A 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/drivers/tty/hvc/
H A 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/fs/
H A Dfs-writeback.c1958 long wrote; in writeback_sb_inodes() local
2040 wrote = write_chunk - wbc.nr_to_write - wbc.pages_skipped; in writeback_sb_inodes()
2041 wrote = wrote < 0 ? 0 : wrote; in writeback_sb_inodes()
2042 total_wrote += wrote; in writeback_sb_inodes()
2092 long wrote = 0; in __writeback_inodes_wb() local
2107 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb()
2111 if (wrote) { in __writeback_inodes_wb()
2119 return wrote; in __writeback_inodes_wb()
2358 long wrote = 0; in wb_do_writeback() local
2363 wrote += wb_writeback(wb, work); in wb_do_writeback()
[all …]
/linux/drivers/char/
H A 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/kernel/module/
H A Dsysfs.c33 size_t wrote; in module_sect_read() local
46 wrote = scnprintf(bounce, sizeof(bounce), "0x%px\n", in module_sect_read()
49 count = min(count, wrote); in module_sect_read()
/linux/LICENSES/deprecated/
H A DZlib22 claim that you wrote the original software. If you use this software in a
/linux/LICENSES/exceptions/
H A DLinux-syscall-note18 kernel) is copyrighted by me and others who actually wrote it.
/linux/tools/perf/Documentation/
H A 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) ]
H A Dperf.data-directory-format.txt37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
H A Dperf-timechart.txt107 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
/linux/Documentation/watchdog/
H A Dpcwd-watchdog.rst68 And that's all she wrote!
/linux/include/trace/events/
H A Dwriteback.h782 __field(unsigned long, wrote)
794 __entry->wrote = nr_to_write - wbc->nr_to_write;
807 __entry->wrote,
/linux/Documentation/filesystems/
H A Decryptfs.rst60 just wrote. To test reading, from start to finish, you need to clear
H A Dromfs.rst156 understand why Avery wrote poems in the ARCnet docs to get some more
/linux/lib/
H A Ddynamic_debug.c818 static int remaining(int wrote) in remaining() argument
820 if (PREFIX_SIZE - wrote > 0) in remaining()
821 return PREFIX_SIZE - wrote; in remaining()
/linux/Documentation/arch/x86/
H A Dentry_64.rst95 which might have triggered right after a normal entry wrote CS to the
/linux/Documentation/mm/
H A Dactive_mm.rst21 On Fri, 30 Jul 1999, David Mosberger wrote:
/linux/Documentation/arch/powerpc/
H A Dimc.rst169 [ perf record: Captured and wrote 0.012 MB perf.data (21 samples) ]
H A Dvpa-dtl.rst132 [ perf record: Captured and wrote 0.300 MB perf.data ]
/linux/Documentation/locking/
H A Dpreempt-locking.rst97 this only for small, atomic code that you wrote and which calls no complex
/linux/tools/power/cpupower/
H A DREADME207 Many thanks to Mattia Dongili who wrote the autotoolization and
/linux/Documentation/scsi/
H A Dscsi-changer.rst165 I wrote this driver using the famous mailing-patches-around-the-world
/linux/tools/testing/selftests/tc-testing/
H A DREADME206 Keara Leibovitz, who wrote the CLI test driver that I used as a base for the
/linux/Documentation/dev-tools/kunit/
H A Dstart.rst297 Congrats! You just wrote your first KUnit test.

12