Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alloc_tag/
H A Dallocinfo_ioctl_test.c21 #define ALLOCINFO_PROC "/proc/allocinfo" macro
126 FILE *fp = fopen(ALLOCINFO_PROC, "r"); in get_filtered_procfs_entries()
132 ksft_print_msg("Failed to open " ALLOCINFO_PROC " for reading\n"); in get_filtered_procfs_entries()
188 int fd = open(ALLOCINFO_PROC, O_RDONLY); in get_filtered_ioctl_entries()
191 ksft_print_msg("Failed to open " ALLOCINFO_PROC " for IOCTL\n"); in get_filtered_ioctl_entries()
260 ksft_print_msg("Error retrieving entries from " ALLOCINFO_PROC "\n"); in run_filter_test()
266 ksft_print_msg("No entries found in " ALLOCINFO_PROC ", skipping test\n"); in run_filter_test()
336 fd = open(ALLOCINFO_PROC, O_RDONLY); in test_size_filter()
338 ksft_print_msg("Failed to open " ALLOCINFO_PROC ": %s\n", strerror(errno)); in test_size_filter()
358 ksft_print_msg("Error retrieving entries from " ALLOCINFO_PROC "\n"); in test_size_filter()
[all …]