/Linux-v5.10/drivers/char/ |
D | mem.c | 583 ssize_t wrote = 0; in write_kmem() local 591 wrote = do_write_kmem(p, buf, to_write, ppos); in write_kmem() 592 if (wrote != to_write) in write_kmem() 593 return wrote; in write_kmem() 594 p += wrote; in write_kmem() 595 buf += wrote; in write_kmem() 596 count -= wrote; in write_kmem() 602 return wrote ? wrote : -ENOMEM; in write_kmem() 628 return virtr + wrote ? : err; in write_kmem()
|
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-v5.10/drivers/firmware/ |
D | dmi-sysfs.c | 365 ssize_t wrote = 0; in dmi_sel_raw_read_io() local 372 wrote++; in dmi_sel_raw_read_io() 375 return wrote; in dmi_sel_raw_read_io() 383 ssize_t wrote = 0; in dmi_sel_raw_read_phys32() local 392 wrote++; in dmi_sel_raw_read_phys32() 396 return wrote; in dmi_sel_raw_read_phys32()
|
/Linux-v5.10/drivers/tty/hvc/ |
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-v5.10/fs/ |
D | fs-writeback.c | 1645 long wrote = 0; /* count both pages and inodes */ in writeback_sb_inodes() local 1725 wrote += write_chunk - wbc.nr_to_write; in writeback_sb_inodes() 1747 wrote++; in writeback_sb_inodes() 1761 if (wrote) { in writeback_sb_inodes() 1768 return wrote; in writeback_sb_inodes() 1775 long wrote = 0; in __writeback_inodes_wb() local 1790 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb() 1794 if (wrote) { in __writeback_inodes_wb() 1802 return wrote; in __writeback_inodes_wb() 2034 long wrote = 0; in wb_do_writeback() local [all …]
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 412 int len, wrote; in papr_scm_meta_set() local 420 for (len = hdr->in_length; len; len -= wrote) { in papr_scm_meta_set() 428 wrote = 8; in papr_scm_meta_set() 433 wrote = 4; in papr_scm_meta_set() 438 wrote = 2; in papr_scm_meta_set() 442 wrote = 1; in papr_scm_meta_set() 446 offset, data_be, wrote); in papr_scm_meta_set()
|
/Linux-v5.10/LICENSES/deprecated/ |
D | Zlib | 22 claim that you wrote the original software. If you use this software in a
|
/Linux-v5.10/LICENSES/exceptions/ |
D | Linux-syscall-note | 18 kernel) is copyrighted by me and others who actually wrote it.
|
/Linux-v5.10/tools/power/cpupower/ |
D | README | 39 Many thanks to Mattia Dongili who wrote the autotoolization and
|
/Linux-v5.10/tools/perf/Documentation/ |
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) ]
|
D | perf.data-directory-format.txt | 37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
|
D | perf-timechart.txt | 104 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
|
/Linux-v5.10/fs/reiserfs/ |
D | README | 98 Vladimir throughout the project's development. He wrote a quite 125 Jeremy Fitzhardinge wrote the teahash.c code, and he gives credit to a 138 Alexander Zarochentcev (sometimes known as zam, or sasha), wrote the
|
/Linux-v5.10/lib/ |
D | dynamic_debug.c | 577 static int remaining(int wrote) in remaining() argument 579 if (PREFIX_SIZE - wrote > 0) in remaining() 580 return PREFIX_SIZE - wrote; in remaining()
|
/Linux-v5.10/Documentation/watchdog/ |
D | pcwd-watchdog.rst | 68 And that's all she wrote!
|
/Linux-v5.10/Documentation/filesystems/ |
D | ecryptfs.rst | 60 just wrote. To test reading, from start to finish, you need to clear
|
/Linux-v5.10/include/trace/events/ |
D | writeback.h | 788 __field(unsigned long, wrote) 800 __entry->wrote = nr_to_write - wbc->nr_to_write; 813 __entry->wrote,
|
/Linux-v5.10/Documentation/networking/ |
D | ipddp.rst | 77 <johns393@maroon.tc.umn.edu> originally wrote the ipddp.c driver for IP
|
/Linux-v5.10/Documentation/translations/ja_JP/ |
D | howto.rst | 437 "John Kernelhacker wrote ...:" の行をあなたのリプライの先頭行にして、
|
/Linux-v5.10/Documentation/vm/ |
D | active_mm.rst | 17 On Fri, 30 Jul 1999, David Mosberger wrote:
|
/Linux-v5.10/Documentation/x86/ |
D | entry_64.rst | 95 which might have triggered right after a normal entry wrote CS to the
|
/Linux-v5.10/Documentation/powerpc/ |
D | imc.rst | 169 [ perf record: Captured and wrote 0.012 MB perf.data (21 samples) ]
|
/Linux-v5.10/Documentation/locking/ |
D | preempt-locking.rst | 97 this only for small, atomic code that you wrote and which calls no complex
|
/Linux-v5.10/Documentation/dev-tools/kunit/ |
D | start.rst | 232 Congrats! You just wrote your first KUnit test!
|
/Linux-v5.10/Documentation/scsi/ |
D | scsi-changer.rst | 165 I wrote this driver using the famous mailing-patches-around-the-world
|