Searched refs:local_count (Results 1 – 2 of 2) sorted by relevance
1226 int local_count = count; in hpi6000_dsp_block_write32() local1230 while (local_count) { in hpi6000_dsp_block_write32()1231 if (local_count > c6711_burst_size) in hpi6000_dsp_block_write32()1234 xfer_size = local_count; in hpi6000_dsp_block_write32()1247 local_count -= xfer_size; in hpi6000_dsp_block_write32()1264 int local_count = count; in hpi6000_dsp_block_read32() local1269 while (local_count) { in hpi6000_dsp_block_read32()1270 if (local_count > c6711_burst_size) in hpi6000_dsp_block_read32()1273 xfer_size = local_count; in hpi6000_dsp_block_read32()1286 local_count -= xfer_size; in hpi6000_dsp_block_read32()
1281 size_t local_count; in zcrypt_proc_write() local1292 local_count = min(LBUFSIZE - 1, count); in zcrypt_proc_write()1293 if (copy_from_user(lbuf, buffer, local_count) != 0) { in zcrypt_proc_write()1297 lbuf[local_count] = '\0'; in zcrypt_proc_write()