/Linux-v4.19/drivers/char/ |
D | mem.c | 560 ssize_t wrote = 0; in write_kmem() local 568 wrote = do_write_kmem(p, buf, to_write, ppos); in write_kmem() 569 if (wrote != to_write) in write_kmem() 570 return wrote; in write_kmem() 571 p += wrote; in write_kmem() 572 buf += wrote; in write_kmem() 573 count -= wrote; in write_kmem() 579 return wrote ? wrote : -ENOMEM; in write_kmem() 603 return virtr + wrote ? : err; in write_kmem()
|
D | ppdev.c | 204 ssize_t wrote; in pp_write() local 237 wrote = pport->ops->epp_write_addr(pport, in pp_write() 240 wrote = pport->ops->epp_write_data(pport, in pp_write() 244 wrote = parport_write(pp->pdev->port, kbuffer, n); in pp_write() 247 if (wrote <= 0) { in pp_write() 249 bytes_written = wrote; in pp_write() 253 bytes_written += wrote; in pp_write()
|
/Linux-v4.19/fs/ |
D | fs-writeback.c | 1511 long wrote = 0; /* count both pages and inodes */ in writeback_sb_inodes() local 1591 wrote += write_chunk - wbc.nr_to_write; in writeback_sb_inodes() 1613 wrote++; in writeback_sb_inodes() 1627 if (wrote) { in writeback_sb_inodes() 1634 return wrote; in writeback_sb_inodes() 1641 long wrote = 0; in __writeback_inodes_wb() local 1656 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb() 1660 if (wrote) { in __writeback_inodes_wb() 1668 return wrote; in __writeback_inodes_wb() 1903 long wrote = 0; in wb_do_writeback() local [all …]
|
/Linux-v4.19/drivers/firmware/ |
D | dmi-sysfs.c | 364 ssize_t wrote = 0; in dmi_sel_raw_read_io() local 371 wrote++; in dmi_sel_raw_read_io() 374 return wrote; in dmi_sel_raw_read_io() 382 ssize_t wrote = 0; in dmi_sel_raw_read_phys32() local 391 wrote++; in dmi_sel_raw_read_phys32() 395 return wrote; in dmi_sel_raw_read_phys32()
|
/Linux-v4.19/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-v4.19/Documentation/fmc/ |
D | 00-INDEX | 3 wrote for the externally-developed fmc-bus package. The complete
|
D | identifiers.txt | 37 This package includes the Python script that Matthieu Cattin wrote to 119 compatibility with drivers we wrote before implementing SDB for flash
|
/Linux-v4.19/LICENSES/exceptions/ |
D | Linux-syscall-note | 18 kernel) is copyrighted by me and others who actually wrote it.
|
/Linux-v4.19/tools/power/cpupower/ |
D | README | 39 Many thanks to Mattia Dongili who wrote the autotoolization and
|
/Linux-v4.19/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-timechart.txt | 104 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
|
/Linux-v4.19/lib/ |
D | dynamic_debug.c | 512 static int remaining(int wrote) in remaining() argument 514 if (PREFIX_SIZE - wrote > 0) in remaining() 515 return PREFIX_SIZE - wrote; in remaining()
|
/Linux-v4.19/include/trace/events/ |
D | writeback.h | 655 __field(unsigned long, wrote) 667 __entry->wrote = nr_to_write - wbc->nr_to_write; 680 __entry->wrote,
|
/Linux-v4.19/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-v4.19/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 62 And that's all she wrote!
|
/Linux-v4.19/Documentation/filesystems/ |
D | ecryptfs.txt | 54 just wrote. To test reading, from start to finish, you need to clear
|
/Linux-v4.19/Documentation/networking/ |
D | ipddp.txt | 72 <johns393@maroon.tc.umn.edu> originally wrote the ipddp.c driver for IP
|
/Linux-v4.19/Documentation/vm/ |
D | active_mm.rst | 17 On Fri, 30 Jul 1999, David Mosberger wrote:
|
/Linux-v4.19/Documentation/translations/ja_JP/ |
D | howto.rst | 447 "John Kernelhacker wrote ...:" の行をあなたのリプライの先頭行にして、
|
/Linux-v4.19/Documentation/x86/ |
D | entry_64.txt | 89 which might have triggered right after a normal entry wrote CS to the
|
/Linux-v4.19/Documentation/ |
D | preempt-locking.txt | 99 small, atomic code that you wrote and which calls no complex functions.
|
D | bus-virt-phys-mapping.txt | 198 didn't think straight when I wrote it originally. People who have to
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi-changer.txt | 162 I wrote this driver using the famous mailing-patches-around-the-world
|
/Linux-v4.19/Documentation/process/ |
D | submitting-drivers.rst | 141 It doesn't matter if a large Linux company wrote the driver,
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | README | 243 Keara Leibovitz, who wrote the CLI test driver that I used as a base for the
|