Searched refs:nwrites (Results 1 – 4 of 4) sorted by relevance
1009 unsigned int nwrites; in writeimage() local1078 nwrites = fchunk[i].len / WRITESIZE_MAX; in writeimage()1079 nwrites += (fchunk[i].len % WRITESIZE_MAX) ? 1 : 0; in writeimage()1081 for (j = 0; j < nwrites; j++) { in writeimage()
1932 int nwrites; in hfa384x_drvr_flashdl_write() local1967 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_flashdl_write()1968 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0; in hfa384x_drvr_flashdl_write()1993 for (j = 0; j < nwrites; j++) { in hfa384x_drvr_flashdl_write()2234 int nwrites; in hfa384x_drvr_ramdl_write() local2250 nwrites = len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_ramdl_write()2251 nwrites += len % HFA384x_USB_RWMEM_MAXLEN ? 1 : 0; in hfa384x_drvr_ramdl_write()2254 for (i = 0; i < nwrites; i++) { in hfa384x_drvr_ramdl_write()
617 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; /* number of writes member804 u32 nwrites[MAX_LOGICAL_DRIVES_40LD]; member
782 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()808 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()837 adapter->nwrites[ldrv_num%0x80]++; in mega_build_cmd()2136 adapter->nreads[i], adapter->nwrites[i]); in proc_show_stat()3084 if( copy_to_user(ustats->nwrites, adapter->nwrites, in megadev_ioctl()