Home
last modified time | relevance | path

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

/kernel/linux/build/test/moduletest/runtest/
Druntest45 export testcase_total=0
310 testcase_total=$(($testcase_total + 1))
317 echo "Total testcases: ${testcase_total}" | tee ${RESULT_SUM_LOG}
392 testcase_total=$(($testcase_total + 1))
423 echo "Total testcases: ${testcase_total}" >> ${RESULT_SUM_LOG}
429 print_info "Total testcases: ${testcase_total}"
441 echo "Total testcases: ${testcase_total}" >> ${RESULT_SUM_LOG}
/kernel/linux/linux-5.10/arch/x86/kernel/
Dnmi_selftest.c31 static int __initdata testcase_total; variable
133 testcase_total++; in dotest()
166 unexpected_testcase_failures, testcase_total); in nmi_selftest()
171 expected_testcase_failures, testcase_total); in nmi_selftest()
/kernel/linux/linux-5.10/lib/
Dlocking-selftest.c1374 static int testcase_total; variable
1403 testcase_total++; in dotest()
2486 unexpected_testcase_failures, testcase_total); in locking_selftest()
2491 expected_testcase_failures, testcase_total); in locking_selftest()