Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vdso.c31 #define MAPS_LINE_LEN 128 macro
52 char line[MAPS_LINE_LEN]; in vsyscall_getcpu()
59 while (fgets(line, MAPS_LINE_LEN, maps)) { in vsyscall_getcpu()
62 char name[MAPS_LINE_LEN]; in vsyscall_getcpu()
Dtest_vsyscall.c37 #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()