Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/vm/
Dkhugepaged.c24 #define PID_SMAPS "/proc/self/smaps" macro
364 fp = fopen(PID_SMAPS, "r"); in check_huge()
366 printf("%s: Failed to open file %s\n", __func__, PID_SMAPS); in check_huge()
411 fp = fopen(PID_SMAPS, "r"); in check_swap()
413 printf("%s: Failed to open file %s\n", __func__, PID_SMAPS); in check_swap()