Lines Matching refs:name
21 #define selftest(n, f) [__idx_##n] = { .name = #n, .func = f },
24 const char *name;
31 /* Embed the line number into the parameter name so that we can order tests */
47 static bool apply_subtest_filter(const char *caller, const char *name)
76 if (strcmp(tok, name)) {
100 if (!apply_subtest_filter(caller, st->name))
103 pr_info("dma-buf: Running %s/%s\n", caller, st->name);
108 caller, st->name, err);
139 pr_info("dma-buf: Running %s\n", st->name);
147 st->name, err))