Home
last modified time | relevance | path

Searched refs:is_test (Results 1 – 7 of 7) sorted by relevance

/linux/lib/kunit/
H A Dattributes.c38 void *(*get_attr)(void *test_or_suite, bool is_test);
213 static void *attr_speed_get(void *test_or_suite, bool is_test) in attr_speed_get() argument
215 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_speed_get()
216 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_speed_get()
224 static void *attr_module_get(void *test_or_suite, bool is_test) in attr_module_get() argument
226 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_module_get()
227 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_module_get()
238 static void *attr_is_init_get(void *test_or_suite, bool is_test) in attr_is_init_get() argument
240 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_is_init_get()
241 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_is_init_get()
[all …]
/linux/include/kunit/
H A Dattributes.h31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
/linux/tools/perf/util/
H A Dexpr.h12 bool is_test; member
H A Dexpr.l91 if (!sctx->is_test) in literal()
/linux/fs/lockd/
H A Dsvcproc.c153 bool is_test = (rqstp->rq_proc == NLMPROC_TEST || in nlm3svc_lookup_file() local
177 if (is_test) in nlm3svc_lookup_file()
193 if (is_test) in nlm3svc_lookup_file()
H A Dsvc4proc.c148 bool is_test = (rqstp->rq_proc == NLMPROC4_TEST || in nlm4svc_lookup_file() local
178 mode = is_test ? O_RDWR : lock_to_openmode(fl); in nlm4svc_lookup_file()
193 fl->c.flc_file = is_test ? nlmsvc_file_file(file) in nlm4svc_lookup_file()
/linux/tools/perf/tests/
H A Dpmu-events.c977 ctx->sctx.is_test = true; in metric_parse_fake()