Home
last modified time | relevance | path

Searched refs:CMP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1393 #define CMP_BUFFER_SIZE 1024 macro
1394 static char task_vma_output[CMP_BUFFER_SIZE];
1395 static char proc_maps_output[CMP_BUFFER_SIZE];
1447 while (len < CMP_BUFFER_SIZE) { in test_task_vma_common()
1449 MIN(read_size, CMP_BUFFER_SIZE - len)); in test_task_vma_common()
1464 err = read_fd_into_buffer(proc_maps_fd, proc_maps_output, CMP_BUFFER_SIZE); in test_task_vma_common()
1531 err = read_fd_into_buffer(iter_fd, task_vma_output, CMP_BUFFER_SIZE); in test_task_vma_dead_task()