Searched refs:SCIF_MAX_UNALIGNED_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
1853 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_readfrom()1855 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_readfrom()1860 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1861 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1862 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1881 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_writeto()1883 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_writeto()1888 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1889 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1890 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 + \