Searched refs:SCIF_MAX_UNALIGNED_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
1872 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_readfrom()1874 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_readfrom()1879 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1880 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1881 len -= SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom()1900 while (len > SCIF_MAX_UNALIGNED_BUF_SIZE) { in scif_writeto()1902 SCIF_MAX_UNALIGNED_BUF_SIZE, in scif_writeto()1907 loffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1908 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_writeto()1909 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 + \