| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | kernel-test.c | 207 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 D | tpm_tis_i2c.c | 233 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 D | hvsi.c | 283 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 D | fs-writeback.c | 1958 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 D | ppdev.c | 200 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 D | sysfs.c | 33 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 D | Zlib | 22 claim that you wrote the original software. If you use this software in a
|
| /linux/LICENSES/exceptions/ |
| H A D | Linux-syscall-note | 18 kernel) is copyrighted by me and others who actually wrote it.
|
| /linux/tools/perf/Documentation/ |
| H A D | examples.txt | 75 [ 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 D | perf.data-directory-format.txt | 37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
|
| H A D | perf-timechart.txt | 107 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
|
| /linux/Documentation/watchdog/ |
| H A D | pcwd-watchdog.rst | 68 And that's all she wrote!
|
| /linux/include/trace/events/ |
| H A D | writeback.h | 782 __field(unsigned long, wrote) 794 __entry->wrote = nr_to_write - wbc->nr_to_write; 807 __entry->wrote,
|
| /linux/Documentation/filesystems/ |
| H A D | ecryptfs.rst | 60 just wrote. To test reading, from start to finish, you need to clear
|
| H A D | romfs.rst | 156 understand why Avery wrote poems in the ARCnet docs to get some more
|
| /linux/lib/ |
| H A D | dynamic_debug.c | 818 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 D | entry_64.rst | 95 which might have triggered right after a normal entry wrote CS to the
|
| /linux/Documentation/mm/ |
| H A D | active_mm.rst | 21 On Fri, 30 Jul 1999, David Mosberger wrote:
|
| /linux/Documentation/arch/powerpc/ |
| H A D | imc.rst | 169 [ perf record: Captured and wrote 0.012 MB perf.data (21 samples) ]
|
| H A D | vpa-dtl.rst | 132 [ perf record: Captured and wrote 0.300 MB perf.data ]
|
| /linux/Documentation/locking/ |
| H A D | preempt-locking.rst | 97 this only for small, atomic code that you wrote and which calls no complex
|
| /linux/tools/power/cpupower/ |
| H A D | README | 207 Many thanks to Mattia Dongili who wrote the autotoolization and
|
| /linux/Documentation/scsi/ |
| H A D | scsi-changer.rst | 165 I wrote this driver using the famous mailing-patches-around-the-world
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | README | 206 Keara Leibovitz, who wrote the CLI test driver that I used as a base for the
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | start.rst | 297 Congrats! You just wrote your first KUnit test.
|