glob_match       4625 drivers/ata/libata-core.c 		if (glob_match(ad->model_num, model_num)) {
glob_match       4628 drivers/ata/libata-core.c 			if (glob_match(ad->model_rev, model_rev))
glob_match        198 drivers/base/soc.c 	    (!attr->machine || !glob_match(match->machine, attr->machine)))
glob_match        202 drivers/base/soc.c 	    (!attr->family || !glob_match(match->family, attr->family)))
glob_match        206 drivers/base/soc.c 	    (!attr->revision || !glob_match(match->revision, attr->revision)))
glob_match        210 drivers/base/soc.c 	    (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id)))
glob_match          8 include/linux/glob.h bool __pure glob_match(char const *pat, char const *str);
glob_match       3703 kernel/trace/ftrace.c 		if (glob_match(g->search, str))
glob_match        799 kernel/trace/trace_events_filter.c 	if (glob_match(r->pattern, str))
glob_match        123 lib/glob.c     EXPORT_SYMBOL(glob_match);
glob_match         21 lib/globtest.c 	bool match = glob_match(pat, str);