Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-llvm-version.cpp11 # error This LLVM is not tested yet.
/kernel/linux/linux-5.10/kernel/rcu/
H A Drcutorture.c1927 int *tested, int *tested_tries) in rcu_torture_fwd_prog_nr()
1972 (*tested)++; in rcu_torture_fwd_prog_nr()
2131 int tested = 0; in rcu_torture_fwd_prog() local
2143 rcu_torture_fwd_prog_nr(rfp, &tested, &tested_tries); in rcu_torture_fwd_prog()
2151 WARN_ON(!tested && tested_tries >= 5); in rcu_torture_fwd_prog()
2152 pr_alert("%s: tested %d tested_tries %d\n", __func__, tested, tested_tries); in rcu_torture_fwd_prog()
1926 rcu_torture_fwd_prog_nr(struct rcu_fwd *rfp, int *tested, int *tested_tries) rcu_torture_fwd_prog_nr() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c28 bool tested; member
707 test->tested = true; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c1091 state->tested = true; in run_one_test()
1239 state->tested = true; in dispatch_thread()
1292 if (!state->tested) in calculate_summary_and_print_errors()
1333 if (!state->tested || !state->error_cnt) in calculate_summary_and_print_errors()
H A Dtest_progs.h82 bool tested; member
/kernel/linux/linux-6.6/kernel/rcu/
H A Drcutorture.c2652 int *tested, int *tested_tries) in rcu_torture_fwd_prog_nr()
2700 (*tested)++; in rcu_torture_fwd_prog_nr()
2883 int tested = 0; in rcu_torture_fwd_prog() local
2912 rcu_torture_fwd_prog_nr(rfp, &tested, &tested_tries); in rcu_torture_fwd_prog()
2920 WARN_ON(!tested && tested_tries >= 5); in rcu_torture_fwd_prog()
2921 pr_alert("%s: tested %d tested_tries %d\n", __func__, tested, tested_tries); in rcu_torture_fwd_prog()
2651 rcu_torture_fwd_prog_nr(struct rcu_fwd *rfp, int *tested, int *tested_tries) rcu_torture_fwd_prog_nr() argument
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dkernel_ex.S8 | The bits are tested in gen_except.sa to determine if an exceptional
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dkernel_ex.S8 | The bits are tested in gen_except.sa to determine if an exceptional
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bufio.c259 unsigned long tested = 0; in lru_evict() local
270 while (tested < lru->count) { in lru_evict()
276 tested++; in lru_evict()
1910 if (nf != NF_GET) /* we already tested this condition above */ in new_read()
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl3180 if ($sign_off =~ /^reported(?:|-and-tested)-by:$/i) {
6399 my $tested = quotemeta($1);
6400 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;';
6409 if ($lines[$linenr - 2] =~ /^\+(\t*)if\s*\(\s*$tested\s*\)\s*$/) {
6414 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl5835 my $tested = quotemeta($1);
5836 my $expr = '\s*\(\s*' . $tested . '\s*\)\s*;';
5845 if ($lines[$linenr - 2] =~ /^\+(\t*)if\s*\(\s*$tested\s*\)\s*$/) {
5850 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {

Completed in 30 milliseconds