Searched refs:task_vma_output (Results 1 – 1 of 1) sorted by relevance
1382 static char task_vma_output[CMP_BUFFER_SIZE]; variable1436 err = read_fd_into_buffer(iter_fd, task_vma_output + len, in test_task_vma_common()1457 str_strip_first_line(task_vma_output); in test_task_vma_common()1460 ASSERT_STREQ(task_vma_output, proc_maps_output, "compare_output"); in test_task_vma_common()1519 err = read_fd_into_buffer(iter_fd, task_vma_output, CMP_BUFFER_SIZE); in test_task_vma_dead_task()