Searched refs:MAX_CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance
318 #define MAX_CHUNK_SIZE (1 * 1024 * 1024 * 1024ULL) macro347 (MAX_CHUNK_SIZE / F2FS_BLKSIZE))) { in f2fs_finalize_device()
706 #define MAX_CHUNK_SIZE (1 << 20) macro745 while (slen > MAX_CHUNK_SIZE) { in pyexpat_xmlparser_Parse_impl()746 rc = XML_Parse(self->itself, s, MAX_CHUNK_SIZE, 0); in pyexpat_xmlparser_Parse_impl()749 s += MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()750 slen -= MAX_CHUNK_SIZE; in pyexpat_xmlparser_Parse_impl()752 Py_BUILD_ASSERT(MAX_CHUNK_SIZE <= INT_MAX); in pyexpat_xmlparser_Parse_impl()
1004 #define MAX_CHUNK_SIZE 32 * 1024 * 1024 macro1017 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()1022 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()1027 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()