Home
last modified time | relevance | path

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

/external/linux-kselftest/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.c38 #define MAPS_LINE_LEN 128 macro
105 char line[MAPS_LINE_LEN]; in init_vsys()
115 while (fgets(line, MAPS_LINE_LEN, maps)) { in init_vsys()
118 char name[MAPS_LINE_LEN]; in init_vsys()