| /linux/include/linux/ |
| H A D | task_io_accounting_ops.h | 27 current->ioac.write_bytes += bytes; in task_io_account_write() 36 return p->ioac.write_bytes >> 9; in task_io_get_oublock() 53 dst->write_bytes += src->write_bytes; in task_blk_io_accounting_add()
|
| H A D | task_io_accounting.h | 35 u64 write_bytes; member
|
| H A D | nfs_xdr.h | 370 __u64 write_bytes; member
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_core.h | 132 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 181 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes() 187 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8() 198 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
|
| H A D | tpm_tis_synquacer.c | 90 .write_bytes = tpm_tis_synquacer_write_bytes,
|
| H A D | tpm_tis_spi_cr50.c | 238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
|
| H A D | tpm_tis.c | 218 .write_bytes = tpm_tcg_write_bytes,
|
| H A D | tpm_tis_i2c.c | 326 .write_bytes = tpm_tis_i2c_write_bytes,
|
| H A D | tpm_tis_spi_main.c | 262 .write_bytes = tpm_tis_spi_write_bytes,
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | 28 static void write_bytes(char *addr) in write_bytes() function 69 write_bytes(addr); in main()
|
| H A D | map_hugetlb.c | 24 static void write_bytes(char *addr, size_t length) in write_bytes() function 80 write_bytes(addr, length); in main()
|
| H A D | hugepage-vmemmap.c | 28 static void write_bytes(char *addr, size_t length) in write_bytes() function 110 write_bytes(addr, maplength); in main()
|
| H A D | hugepage-mremap.c | 41 static void write_bytes(char *addr, size_t len) in write_bytes() function 165 write_bytes(addr, length); in main()
|
| /linux/fs/btrfs/ |
| H A D | file.h | 40 size_t write_bytes, struct extent_state **cached, bool noreserve); 43 size_t *write_bytes, bool nowait);
|
| /linux/kernel/ |
| H A D | tsacct.c | 112 stats->write_bytes = p->ioac.write_bytes & KB_MASK; in xacct_add_tsk() 116 stats->write_bytes = 0; in xacct_add_tsk()
|
| /linux/include/uapi/linux/ |
| H A D | taskstats.h | 155 __u64 write_bytes; /* bytes of write I/O */ member
|
| /linux/drivers/spi/ |
| H A D | spi-tegra114.c | 321 unsigned int write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() local 327 write_bytes = nbytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 337 tspi->cur_tx_pos += write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 404 unsigned int write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 418 tspi->cur_tx_pos += write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
|
| /linux/drivers/tty/ipwireless/ |
| H A D | hardware.c | 49 unsigned long write_bytes; member 68 timing_stats.write_bytes += length + 2; in end_write_timing() 87 timing_stats.write_bytes, in report_timing() 93 timing_stats.write_bytes = 0; in report_timing()
|
| /linux/include/target/ |
| H A D | target_core_base.h | 677 u64 write_bytes; member 817 u64 write_bytes; member
|
| /linux/drivers/target/ |
| H A D | target_core_device.c | 61 this_cpu_add(deve->stats->write_bytes, in transport_lookup_cmd_lun() 132 this_cpu_add(se_cmd->se_dev->stats->write_bytes, in transport_lookup_cmd_lun()
|
| H A D | target_core_stat.c | 311 lu_show_per_cpu_stat(lu_write_mbytes, write_bytes, 20); 1025 auth_show_per_cpu_stat(auth_write_mbytes, write_bytes, 20);
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 325 (unsigned long long)t->write_bytes, in print_ioacct()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 77 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1657 slot.write_bytes(0, 1); in init_zeroed()
|
| H A D | macros.rs | 1240 unsafe { ::core::ptr::write_bytes(slot, 0, 1) };
|