Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Dsplit_huge_page_test.c118 static bool check_for_pattern(FILE *fp, const char *pattern, char *buf) in check_for_pattern() function
148 if (!check_for_pattern(fp, addr_pattern, buffer)) in check_huge()
155 if (!check_for_pattern(fp, "AnonHugePages:", buffer)) in check_huge()
A Dkhugepaged.c335 static bool check_for_pattern(FILE *fp, char *pattern, char *buf) in check_for_pattern() function
365 if (!check_for_pattern(fp, addr_pattern, buffer)) in check_huge()
378 if (!check_for_pattern(fp, "AnonHugePages:", buffer)) in check_huge()
412 if (!check_for_pattern(fp, addr_pattern, buffer)) in check_swap()
425 if (!check_for_pattern(fp, "Swap:", buffer)) in check_swap()

Completed in 11 milliseconds