Searched refs:write_cnt (Results 1 – 12 of 12) sorted by relevance
143 unsigned int write_cnt; member355 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
495 atomic64_inc(&STp->stats->write_cnt); in st_do_stats()4790 (long long)atomic64_read(&STm->tape->stats->write_cnt)); in write_cnt_show()4792 static DEVICE_ATTR_RO(write_cnt);
257 unsigned long write_cnt; member
1373 spt->guest_page.write_cnt = 0; in sync_oos_page()1387 spt->guest_page.write_cnt = 0; in detach_oos_page()1572 && spt->guest_page.write_cnt >= 2; in can_do_out_of_sync()1671 spt->guest_page.write_cnt++; in ppgtt_handle_guest_write_page_table_bytes()
80 What: /sys/class/scsi_tape/*/stats/write_cnt
237 int write_cnt; member
1441 u32 write_cnt:9; member1449 u32 write_cnt:9;1504 cmd.r.write_cnt = wr_cnt; in bfa_flash_set_cmd()
991 if (tty->write_cnt < chunk) { in iterate_tty_write()1003 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; member6644 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() local5657 SPI_CONTROL_BYTECNT(write_cnt) | in write_eeprom()