Searched refs:match_pattern (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 491 static bool match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) 696 ASSERT_TRUE(match_pattern(btf, pattern, text, reg_map), in match_program() 492 static bool match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) match_pattern() function
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 449 match_pattern = re.compile( 451 match_index = re.findall(match_pattern, procout)
|
| /linux/fs/smb/server/ |
| H A D | smb_common.c | 473 if (!match_pattern(d_info->name, d_info->name_len, in ksmbd_populate_dot_dotdot_entries()
|
| H A D | smb2pdu.c | 4453 if (!match_pattern(name, namlen, priv->search_pattern)) in smb2_query_dir()
|