Searched refs:TPC_MAX_IO_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define TPC_MAX_IO_SIZE (1024 * 1024) macro67 #define TPC_MAX_IOCHUNK_SIZE (TPC_MAX_IO_SIZE * 16)899 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_b2b()900 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()1261 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_wut()1262 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_wut()