Searched refs:CMP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1159 #define CMP_BUFFER_SIZE 1024 macro1160 static char task_vma_output[CMP_BUFFER_SIZE];1161 static char proc_maps_output[CMP_BUFFER_SIZE];1215 while (len < CMP_BUFFER_SIZE) { in test_task_vma()1217 min(read_size, CMP_BUFFER_SIZE - len)); in test_task_vma()1228 err = read_fd_into_buffer(proc_maps_fd, proc_maps_output, CMP_BUFFER_SIZE); in test_task_vma()