/linux-4.1.27/drivers/char/ |
D | mem.c | 510 ssize_t wrote = 0; in write_kmem() local 518 wrote = do_write_kmem(p, buf, to_write, ppos); in write_kmem() 519 if (wrote != to_write) in write_kmem() 520 return wrote; in write_kmem() 521 p += wrote; in write_kmem() 522 buf += wrote; in write_kmem() 523 count -= wrote; in write_kmem() 529 return wrote ? wrote : -ENOMEM; in write_kmem() 553 return virtr + wrote ? : err; in write_kmem()
|
D | ppdev.c | 196 ssize_t wrote; in pp_write() local 229 wrote = pport->ops->epp_write_addr (pport, in pp_write() 232 wrote = pport->ops->epp_write_data (pport, in pp_write() 236 wrote = parport_write (pp->pdev->port, kbuffer, n); in pp_write() 239 if (wrote <= 0) { in pp_write() 241 bytes_written = wrote; in pp_write() 246 bytes_written += wrote; in pp_write()
|
/linux-4.1.27/fs/ |
D | fs-writeback.c | 679 long wrote = 0; /* count both pages and inodes */ in writeback_sb_inodes() local 757 wrote += write_chunk - wbc.nr_to_write; in writeback_sb_inodes() 761 wrote++; in writeback_sb_inodes() 770 if (wrote) { in writeback_sb_inodes() 777 return wrote; in writeback_sb_inodes() 784 long wrote = 0; in __writeback_inodes_wb() local 799 wrote += writeback_sb_inodes(sb, wb, work); in __writeback_inodes_wb() 803 if (wrote) { in __writeback_inodes_wb() 811 return wrote; in __writeback_inodes_wb() 1058 long wrote = 0; in wb_do_writeback() local [all …]
|
/linux-4.1.27/drivers/firmware/ |
D | dmi-sysfs.c | 363 ssize_t wrote = 0; in dmi_sel_raw_read_io() local 370 wrote++; in dmi_sel_raw_read_io() 373 return wrote; in dmi_sel_raw_read_io() 381 ssize_t wrote = 0; in dmi_sel_raw_read_phys32() local 390 wrote++; in dmi_sel_raw_read_phys32() 394 return wrote; in dmi_sel_raw_read_phys32()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvsi.c | 294 int wrote; in hvsi_version_respond() local 306 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_version_respond() 307 if (wrote != packet.hdr.len) { in hvsi_version_respond() 554 int wrote; in hvsi_query() local 564 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_query() 565 if (wrote != packet.hdr.len) { in hvsi_query() 567 wrote); in hvsi_query() 597 int wrote; in hvsi_set_mctrl() local 611 wrote = hvc_put_chars(hp->vtermno, (char *)&packet, packet.hdr.len); in hvsi_set_mctrl() 612 if (wrote != packet.hdr.len) { in hvsi_set_mctrl()
|
/linux-4.1.27/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-4.1.27/tools/power/cpupower/ |
D | README | 39 Many thanks to Mattia Dongili who wrote the autotoolization and
|
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 586 __field(unsigned long, wrote) 597 __entry->wrote = nr_to_write - wbc->nr_to_write; 609 __entry->wrote
|
/linux-4.1.27/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 | 102 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
|
D | perf-script-python.txt | 99 [ perf record: Captured and wrote 56.545 MB perf.data (~2470503 samples) ]
|
/linux-4.1.27/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-4.1.27/lib/ |
D | dynamic_debug.c | 501 static int remaining(int wrote) in remaining() argument 503 if (PREFIX_SIZE - wrote > 0) in remaining() 504 return PREFIX_SIZE - wrote; in remaining()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ecryptfs.txt | 54 just wrote. To test reading, from start to finish, you need to clear
|
D | romfs.txt | 149 understand why Avery wrote poems in the ARCnet docs to get some more
|
/linux-4.1.27/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 62 And that's all she wrote!
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 604 unsigned wrote; in writepages_finish() local 627 wrote = num_pages; in writepages_finish() 629 wrote = 0; in writepages_finish() 633 inode, rc, bytes, wrote); in writepages_finish() 665 dout("%p wrote+cleaned %d pages\n", inode, wrote); in writepages_finish()
|
/linux-4.1.27/Documentation/networking/ |
D | ipddp.txt | 72 <johns393@maroon.tc.umn.edu> originally wrote the ipddp.c driver for IP
|
D | LICENSE.qlge | 132 entire whole, and thus to each and every part regardless of who wrote it.
|
D | LICENSE.qlcnic | 132 entire whole, and thus to each and every part regardless of who wrote it.
|
D | filter.txt | 1067 it wrote into it.
|
/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 9 On Fri, 30 Jul 1999, David Mosberger wrote:
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 89 which might have triggered right after a normal entry wrote CS to the
|
/linux-4.1.27/Documentation/ja_JP/ |
D | HOWTO | 444 "John Kernlehacker wrote ...:" の行をあなたのリプライの先頭行にして、
|
/linux-4.1.27/Documentation/ |
D | preempt-locking.txt | 90 small, atomic code that you wrote and which calls no complex functions.
|
D | SubmittingDrivers | 120 Author: It doesn't matter if a large Linux company wrote the driver,
|
D | bus-virt-phys-mapping.txt | 183 didn't think straight when I wrote it originally. People who have to
|
D | HOWTO | 259 It is worth mentioning what Andrew Morton wrote on the linux-kernel 403 keep the "John Kernelhacker wrote ...:" lines at the top of your reply, and
|
D | SubmittingPatches | 416 patch, which certifies that you wrote it or otherwise have the right to
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-changer.txt | 162 I wrote this driver using the famous mailing-patches-around-the-world
|
D | advansys.txt | 191 Bob Frey <bfrey@turbolinux.com.cn> wrote the AdvanSys SCSI driver
|
D | ChangeLog.megaraid_sas | 418 On Fri, 2007-03-16 at 16:44 -0600, James Bottomley wrote: 451 On Wed, 2007-02-07 at 13:30 -0800, Andrew Morton wrote:
|
D | LICENSE.qla4xxx | 133 entire whole, and thus to each and every part regardless of who wrote it.
|
D | LICENSE.qla2xxx | 134 entire whole, and thus to each and every part regardless of who wrote it.
|
D | ChangeLog.megaraid | 271 On Wed, 2005-02-02 at 10:56 -0500, Ju, Seokmann wrote:
|
/linux-4.1.27/fs/f2fs/ |
D | node.c | 1145 int nwritten = 0, wrote = 0; in sync_node_pages() local 1223 wrote++; in sync_node_pages() 1242 if (wrote) in sync_node_pages()
|
/linux-4.1.27/ |
D | COPYING | 7 kernel) is copyrighted by me and others who actually wrote it. 138 entire whole, and thus to each and every part regardless of who wrote it.
|
D | CREDITS | 411 D: wrote /proc/self hack, minor samba & dosemu patches
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 227 [ perf record: Captured and wrote 0.733 MB perf.data (~32010 samples) ]
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 36 people remember who wrote kernel code, but there is little lasting fame
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 197 return the quantity it wrote. 213 and return the quantity it wrote.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.gigaset | 385 If you solved a problem with our drivers, wrote startup scripts for your
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 122 entire whole, and thus to each and every part regardless of who wrote it.
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 125 each and every part regardless of who wrote it.
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 389 or if you disconnect before the device finished saving data you wrote.
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 122 entire whole, and thus to each and every part regardless of who wrote it.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4281 o wrote the HOWTO <http://user-mode- 4307 o wrote the mkrootfs script, which allows bootable filesystems of 4338 wrote the iomem emulation support 4367 Chandan Kudige - wrote the umlgdb script which automates the reloading 4371 Steve Schmidtke - wrote the UML slirp transport and hostaudio drivers,
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 903 ( As an aside I wrote a perl script once which automatically generated a REXX
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1148 Charles Hallenbeck, another member of the speakup community, wrote the
|