Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
Dkhugepaged.c33 #define PID_SMAPS "/proc/self/smaps" macro
228 fp = fopen(PID_SMAPS, "r"); in check_swap()
230 printf("%s: Failed to open file %s\n", __func__, PID_SMAPS); in check_swap()