Searched refs:glob_match (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/base/ |
| A D | soc.c | 198 (!attr->machine || !glob_match(match->machine, attr->machine))) in soc_device_match_attr() 202 (!attr->family || !glob_match(match->family, attr->family))) in soc_device_match_attr() 206 (!attr->revision || !glob_match(match->revision, attr->revision))) in soc_device_match_attr() 210 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
|
| /linux/lib/kunit/ |
| A D | executor.c | 65 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_tests() 80 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_tests() 100 if (glob_match(filter->suite_glob, subsuite[i]->name)) in kunit_filter_subsuite() 113 if (!glob_match(filter->suite_glob, subsuite[i]->name)) in kunit_filter_subsuite()
|
| /linux/lib/ |
| A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 123 EXPORT_SYMBOL(glob_match);
|
| A D | globtest.c | 21 bool match = glob_match(pat, str); in test()
|
| A D | Kconfig | 527 # prompt "glob_match() function" 529 This option provides a glob_match function for performing 543 This option enables a simple self-test of the glob_match
|
| /linux/include/linux/ |
| A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_progs.c | 22 static bool glob_match(const char *str, const char *pat) in glob_match() function 37 if (glob_match(str++, pat)) in glob_match() 88 if (glob_match(name, sel->blacklist.strs[i])) in should_run() 93 if (glob_match(name, sel->whitelist.strs[i])) in should_run()
|
| /linux/kernel/trace/ |
| A D | trace_events_filter.c | 799 if (glob_match(r->pattern, str)) in regex_match_glob()
|
| A D | ftrace.c | 3937 if (glob_match(g->search, str)) in ftrace_match()
|
| /linux/drivers/ata/ |
| A D | libata-core.c | 4140 if (glob_match(ad->model_num, model_num)) { in ata_dev_blacklisted() 4143 if (glob_match(ad->model_rev, model_rev)) in ata_dev_blacklisted()
|
| /linux/ |
| A D | vmlinux.symvers | 3423 0x00000000 glob_match vmlinux EXPORT_SYMBOL
|
| A D | System.map | 17161 ffff8000104c2400 T glob_match
|
| A D | .tmp_System.map | 17161 ffff8000104c2400 T glob_match
|
Completed in 1152 milliseconds