Searched refs:search_pattern (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/mm/ |
| H A D | page_owner_sort.c | 233 static int search_pattern(regex_t *pattern, char *pattern_str, char *buf) in search_pattern() function 303 search_pattern(&order_pattern, order_str, buf); in get_page_num() 321 search_pattern(&pid_pattern, pid_str, buf); in get_pid() 340 search_pattern(&tgid_pattern, tgid_str, buf); in get_tgid() 359 search_pattern(&ts_nsec_pattern, ts_nsec_str, buf); in get_ts_nsec() 377 search_pattern(&comm_pattern, comm_str, buf); in get_comm()
|