Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1381 #define CMP_BUFFER_SIZE 1024 macro
1382 static char task_vma_output[CMP_BUFFER_SIZE];
1383 static char proc_maps_output[CMP_BUFFER_SIZE];
1435 while (len < CMP_BUFFER_SIZE) { in test_task_vma_common()
1437 MIN(read_size, CMP_BUFFER_SIZE - len)); in test_task_vma_common()
1452 err = read_fd_into_buffer(proc_maps_fd, proc_maps_output, CMP_BUFFER_SIZE); 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()