Searched refs:check_for_pattern (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | vm_util.c | 147 bool check_for_pattern(FILE *fp, const char *pattern, char *buf, size_t len) in check_for_pattern() function 187 if (!check_for_pattern(fp, "RssAnon:", buffer, sizeof(buffer))) in rss_anon() 214 if (!check_for_pattern(fp, addr_pattern, buf, len)) in __get_smap_entry() 218 if (!check_for_pattern(fp, pattern, buf, len)) in __get_smap_entry()
|
H A D | vm_util.h | 79 bool check_for_pattern(FILE *fp, const char *pattern, char *buf, size_t len);
|