Home
last modified time | relevance | path

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

/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c231 static int search_pattern(regex_t *pattern, char *pattern_str, char *buf) in search_pattern() function
301 search_pattern(&order_pattern, order_str, buf); in get_page_num()
319 search_pattern(&pid_pattern, pid_str, buf); in get_pid()
338 search_pattern(&tgid_pattern, tgid_str, buf); in get_tgid()
357 search_pattern(&ts_nsec_pattern, ts_nsec_str, buf); in get_ts_nsec()
375 search_pattern(&free_ts_nsec_pattern, free_ts_nsec_str, buf); in get_free_ts_nsec()
393 search_pattern(&comm_pattern, comm_str, buf); in get_comm()
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c432 char *search_pattern, in ksmbd_populate_dot_dotdot_entries() argument
458 search_pattern)) { in ksmbd_populate_dot_dotdot_entries()
H A Dsmb_common.h437 char *search_pattern,
H A Dsmb2pdu.c4052 char *search_pattern; member
4254 if (!match_pattern(name, namlen, priv->search_pattern)) in __query_dir()
4406 query_dir_private.search_pattern = srch_ptr; in smb2_query_dir()