Searched refs:filter_glob_param (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/kunit/
H A Dexecutor.c32 static char *filter_glob_param; variable
36 module_param_named(filter_glob, filter_glob_param, charp, 0600);
50 return filter_glob_param;
63 /* glob_match() needs NULL terminated strings, so we need a copy of filter_glob_param. */
376 if (filter_glob_param || filter_param) {
377 filtered_suite_set = kunit_filter_suites(&suite_set, filter_glob_param,
401 if (filter_glob_param || filter_param)

Completed in 195 milliseconds