Home
last modified time | relevance | path

Searched refs:local_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/asihpi/
Dhpi6000.c1226 int local_count = count; in hpi6000_dsp_block_write32() local
1230 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() local
1269 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()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.c1281 size_t local_count; in zcrypt_proc_write() local
1292 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()