Searched refs:SCIF_MAX_UNALIGNED_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
1832 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_readfrom()1834 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_readfrom()1839 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1840 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1841 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1860 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_writeto()1862 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_writeto()1867 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1868 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1869 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()[all …]
66 #define SCIF_MAX_UNALIGNED_BUF_SIZE (1024 * 1024ULL) macro67 #define SCIF_KMEM_UNALIGNED_BUF_SIZE (SCIF_MAX_UNALIGNED_BUF_SIZE + \