Searched refs:write_cnt (Results 1 – 9 of 9) sorted by relevance
143 unsigned int write_cnt; member 355 wfcmd->write_cnt = (unsigned long) rbuf; in snd_wavefront_cmd() 361 wfcmd->write_cnt, wfcmd->need_ack); in snd_wavefront_cmd() 370 if (wfcmd->write_cnt > 0) { in snd_wavefront_cmd() 373 wfcmd->write_cnt, cmd); in snd_wavefront_cmd() 375 for (i = 0; i < wfcmd->write_cnt; i++) { in snd_wavefront_cmd() 457 if ((wfcmd->read_cnt == 0 && wfcmd->write_cnt == 0) || wfcmd->need_ack) { in snd_wavefront_cmd() 507 wfcmd->write_cnt, wfcmd->need_ack); in snd_wavefront_cmd()
101 atomic64_t write_cnt; /* Count of write requests */ member
497 atomic64_inc(&STp->stats->write_cnt); in st_do_stats() 4805 (long long)atomic64_read(&STm->tape->stats->write_cnt)); in write_byte_cnt_show() 4807 static DEVICE_ATTR_RO(write_cnt); in write_byte_cnt_show()
80 What: /sys/class/scsi_tape/*/stats/write_cnt
133 * @write_cnt, @write_buf and similar180 * @write_cnt: count of bytes written in tty_write() to @write_buf237 int write_cnt; member
981 /* write_buf/write_cnt is protected by the atomic_write_lock mutex */ in iterate_tty_write() 982 if (tty->write_cnt < chunk) { in iterate_tty_write() 994 tty->write_cnt = chunk; in iterate_tty_write()
210 8. write_cnt226 The total of read_cnt, write_cnt, and other_cnt may not total to the same
6636 u32 write_cnt:9; member 6644 u32 write_cnt:9;6705 cmd.r.write_cnt = wr_cnt; in bfa_flash_set_cmd()
5653 int write_cnt = (cnt == 8) ? 0 : cnt; in write_eeprom() local 5657 SPI_CONTROL_BYTECNT(write_cnt) | in write_eeprom()