Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 25 of 30) sorted by relevance

12

/linux/include/linux/
H A Dtask_io_accounting_ops.h27 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 Dtask_io_accounting.h35 u64 write_bytes; member
H A Dnfs_xdr.h370 __u64 write_bytes; member
/linux/drivers/char/tpm/
H A Dtpm_tis_core.h132 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 Dtpm_tis_synquacer.c90 .write_bytes = tpm_tis_synquacer_write_bytes,
H A Dtpm_tis_spi_cr50.c238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
H A Dtpm_tis.c218 .write_bytes = tpm_tcg_write_bytes,
H A Dtpm_tis_i2c.c326 .write_bytes = tpm_tis_i2c_write_bytes,
H A Dtpm_tis_spi_main.c262 .write_bytes = tpm_tis_spi_write_bytes,
/linux/tools/testing/selftests/mm/
H A Dhugepage-mmap.c28 static void write_bytes(char *addr) in write_bytes() function
69 write_bytes(addr); in main()
H A Dmap_hugetlb.c24 static void write_bytes(char *addr, size_t length) in write_bytes() function
80 write_bytes(addr, length); in main()
H A Dhugepage-vmemmap.c28 static void write_bytes(char *addr, size_t length) in write_bytes() function
110 write_bytes(addr, maplength); in main()
H A Dhugepage-mremap.c41 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 Dfile.h40 size_t write_bytes, struct extent_state **cached, bool noreserve);
43 size_t *write_bytes, bool nowait);
/linux/kernel/
H A Dtsacct.c112 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 Dtaskstats.h155 __u64 write_bytes; /* bytes of write I/O */ member
/linux/drivers/spi/
H A Dspi-tegra114.c321 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 Dhardware.c49 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 Dtarget_core_base.h677 u64 write_bytes; member
817 u64 write_bytes; member
/linux/drivers/target/
H A Dtarget_core_device.c61 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 Dtarget_core_stat.c311 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 Dgetdelays.c325 (unsigned long long)t->write_bytes, in print_ioacct()
/linux/drivers/android/binder/
H A Drust_binder_main.rs77 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
/linux/rust/pin-init/src/
H A Dlib.rs1657 slot.write_bytes(0, 1); in init_zeroed()
H A Dmacros.rs1240 unsafe { ::core::ptr::write_bytes(slot, 0, 1) };

12