Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 4 of 4) sorted by relevance

/lib/
Dtest_hash.c148 unsigned tests = 0; in test_hash_init() local
181 tests++; in test_hash_init()
245 pr_notice("%u tests passed.", tests); in test_hash_init()
DKconfig.kgdb41 the tests. The most basic of this I/O module is to boot
45 bool "KGDB: Run tests on boot"
49 Run the kgdb tests on boot up automatically without the need
53 string "KGDB: which internal kgdb tests to run"
Dtest_bpf.c464 static struct bpf_test tests[] = { variable
6559 if (tests[which].fill_helper) in filter_length()
6560 return tests[which].u.ptr.len; in filter_length()
6562 fp = tests[which].u.insns; in filter_length()
6572 if (tests[which].fill_helper) in filter_pointer()
6573 return tests[which].u.ptr.insns; in filter_pointer()
6575 return tests[which].u.insns; in filter_pointer()
6580 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter()
6592 if (tests[which].aux & FLAG_EXPECTED_FAIL) { in generate_filter()
6593 if (*err == tests[which].expected_errcode) { in generate_filter()
[all …]
DKconfig.debug1233 bool "Locking API boot-time self-tests"
1244 tristate "torture tests for locking"
1248 This option provides a kernel module that runs torture tests
1252 Say Y here if you want kernel locking-primitive torture tests
1254 Say M if you want these torture tests to build as a module.
1260 This option provides a kernel module that runs tests on the
1266 Say M if you want these self tests to build as a module.
1706 bool "Kprobes sanity tests"
1906 development, but also to run regression tests against changes in
1979 This test provides a series of tests against kmod.
[all …]