Searched refs:write_bytes (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/bcm/
H A DBcmchar.c1722 UINT write_bytes = 0; local
1781 write_bytes = ad->uiSectorSize;
1783 write_bytes = ad->uiSectorSize -
1787 if (nob < write_bytes)
1788 write_bytes = nob;
1805 status = copy_from_user(write_buff, input_addr, write_bytes);
1814 OSAL_DBG, DBG_LVL_ALL, write_buff, write_bytes);
1820 write_bytes,
1829 nob = nob - write_bytes;
1831 write_off = write_off + write_bytes;
[all...]
/drivers/tty/ipwireless/
H A Dhardware.c48 unsigned long write_bytes; member in struct:timing_stats
67 timing_stats.write_bytes += length + 2;
86 timing_stats.write_bytes,
92 timing_stats.write_bytes = 0;
/drivers/target/
H A Dtarget_core_device.c86 deve->write_bytes += se_cmd->data_length;
136 atomic_long_add(se_cmd->data_length, &dev->write_bytes);
H A Dtarget_core_stat.c425 atomic_long_read(&dev->write_bytes) >> 20);
1321 ret = snprintf(page, PAGE_SIZE, "%u\n", (u32)(deve->write_bytes >> 20));

Completed in 144 milliseconds