Home
last modified time | relevance | path

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

123

/linux/drivers/firmware/
A Ddmi-sysfs.c365 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/fs/
A Dfs-writeback.c1908 wrote++; in writeback_sb_inodes()
1922 if (wrote) { in writeback_sb_inodes()
1929 return wrote; in writeback_sb_inodes()
1936 long wrote = 0; in __writeback_inodes_wb() local
1955 if (wrote) { in __writeback_inodes_wb()
1963 return wrote; in __writeback_inodes_wb()
2192 long wrote = 0; in wb_do_writeback() local
2197 wrote += wb_writeback(wb, work); in wb_do_writeback()
2204 wrote += wb_check_start_all(wb); in wb_do_writeback()
2209 wrote += wb_check_old_data_flush(wb); in wb_do_writeback()
[all …]
/linux/drivers/tty/hvc/
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/drivers/char/
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/arch/powerpc/platforms/pseries/
A Dpapr_scm.c456 int len, wrote; in papr_scm_meta_set() local
464 for (len = hdr->in_length; len; len -= wrote) { in papr_scm_meta_set()
472 wrote = 8; in papr_scm_meta_set()
477 wrote = 4; in papr_scm_meta_set()
482 wrote = 2; in papr_scm_meta_set()
486 wrote = 1; in papr_scm_meta_set()
490 offset, data_be, wrote); in papr_scm_meta_set()
/linux/LICENSES/deprecated/
A DZlib22 claim that you wrote the original software. If you use this software in a
/linux/LICENSES/exceptions/
A DLinux-syscall-note18 kernel) is copyrighted by me and others who actually wrote it.
/linux/tools/perf/Documentation/
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) ]
A Dperf.data-directory-format.txt37 [ perf record: Captured and wrote 0.015 MB perf.data (9 samples) ]
A Dperf-timechart.txt104 [ perf record: Captured and wrote 4.253 MB perf.data (~185801 samples) ]
/linux/tools/power/cpupower/
A DREADME39 Many thanks to Mattia Dongili who wrote the autotoolization and
/linux/fs/reiserfs/
A DREADME98 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/lib/
A Ddynamic_debug.c587 static int remaining(int wrote) in remaining() argument
589 if (PREFIX_SIZE - wrote > 0) in remaining()
590 return PREFIX_SIZE - wrote; in remaining()
/linux/include/trace/events/
A Dwriteback.h782 __field(unsigned long, wrote)
794 __entry->wrote = nr_to_write - wbc->nr_to_write;
807 __entry->wrote,
/linux/Documentation/watchdog/
A Dpcwd-watchdog.rst68 And that's all she wrote!
/linux/Documentation/filesystems/
A Decryptfs.rst60 just wrote. To test reading, from start to finish, you need to clear
/linux/Documentation/networking/
A Dipddp.rst77 <johns393@maroon.tc.umn.edu> originally wrote the ipddp.c driver for IP
/linux/Documentation/translations/ja_JP/
A Dhowto.rst445 "John Kernelhacker wrote ...:" の行をあなたのリプライの先頭行にして、
/linux/Documentation/vm/
A Dactive_mm.rst17 On Fri, 30 Jul 1999, David Mosberger wrote:
/linux/Documentation/x86/
A Dentry_64.rst95 which might have triggered right after a normal entry wrote CS to the
/linux/Documentation/powerpc/
A Dimc.rst169 [ perf record: Captured and wrote 0.012 MB perf.data (21 samples) ]
/linux/Documentation/locking/
A Dpreempt-locking.rst97 this only for small, atomic code that you wrote and which calls no complex
/linux/Documentation/dev-tools/kunit/
A Dstart.rst233 Congrats! You just wrote your first KUnit test!
/linux/Documentation/scsi/
A Dscsi-changer.rst165 I wrote this driver using the famous mailing-patches-around-the-world
/linux/Documentation/process/
A Dsubmitting-drivers.rst144 It doesn't matter if a large Linux company wrote the driver,

Completed in 30 milliseconds

123