Searched refs:MAX_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
15 #define MAX_CHUNK_SIZE ((PAGE_SIZE - 150) /* Place for trace header */ \ macro27 chunk = min(remaining, (size_t)MAX_CHUNK_SIZE); in trace_avs_msg_payload()