Home
last modified time | relevance | path

Searched refs:VERBOSE_NONE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_progs.c102 if (env.verbosity > VERBOSE_NONE || test->force_log || failed) { in dump_test_log()
410 if (env.verbosity > VERBOSE_NONE) in unload_bpf_testmod()
417 if (env.verbosity > VERBOSE_NONE) in unload_bpf_testmod()
428 if (env.verbosity > VERBOSE_NONE) in load_bpf_testmod()
443 if (env.verbosity > VERBOSE_NONE) in load_bpf_testmod()
648 if (env->verbosity > VERBOSE_NONE) { in parse_arg()
681 if (env.verbosity > VERBOSE_NONE) { in stdio_hijack()
740 if (env.verbosity > VERBOSE_NONE) in cd_flavor_subdir()
Dtest_progs.h43 VERBOSE_NONE, enumerator
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf.c6982 always_log = env.verbosity > VERBOSE_NONE; in test_btf()