Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c1375 #define CMP_BUFFER_SIZE 1024 macro
1376 static char task_vma_output[CMP_BUFFER_SIZE];
1377 static char proc_maps_output[CMP_BUFFER_SIZE];
1429 while (len < CMP_BUFFER_SIZE) { in test_task_vma_common()
1431 MIN(read_size, CMP_BUFFER_SIZE - len)); in test_task_vma_common()
1446 err = read_fd_into_buffer(proc_maps_fd, proc_maps_output, CMP_BUFFER_SIZE); in test_task_vma_common()