Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c47 #define MAPS_LINE_LEN 128 macro
72 char line[MAPS_LINE_LEN]; in vsyscall_getcpu()
79 while (fgets(line, MAPS_LINE_LEN, maps)) { in vsyscall_getcpu()
82 char name[MAPS_LINE_LEN]; in vsyscall_getcpu()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c40 #define MAPS_LINE_LEN 128 macro
104 char line[MAPS_LINE_LEN]; in init_vsys()
114 while (fgets(line, MAPS_LINE_LEN, maps)) { in init_vsys()
117 char name[MAPS_LINE_LEN]; in init_vsys()