Searched refs:passed (Results 1 - 25 of 43) sorted by last modified time

12

/linux-master/drivers/of/
H A Dunittest.c37 int passed; member in struct:unittest_results
47 unittest_results.passed++; \
215 "Updating an existing property should have passed\n");
223 "Updating a missing property should have passed\n");
227 "Removing a property should have passed\n");
237 "Adding a large property should have passed\n");
407 bool passed = true; local
416 passed &= !rc;
417 passed &= (args.args_count == 1);
418 passed
581 bool passed = true; local
1290 bool passed = true; local
1311 bool passed = true; local
1367 bool passed = true; local
3554 int passed = 1; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c1088 ret ? "passed" : "failed",
1341 bool passed = false; local
1350 passed = true;
1354 passed ? "passed" : "failed",
1357 return passed;
1374 bool passed; local
1389 passed = intel_dp_128b132b_link_train(intel_dp, crtc_state, lttpr_count);
1391 passed = intel_dp_link_train_all_phys(intel_dp, crtc_state, lttpr_count);
1405 if (!passed
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank_work.c39 * particular vblank has passed, and then executes the work at realtime
116 bool passed, inmodeset, rescheduling = false, wake = false; local
142 passed = drm_vblank_passed(cur_vbl, count);
143 if (passed)
145 "crtc %d vblank %llu already passed (current %llu)\n",
148 if (!nextonmiss && passed) {
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1568 passed=0
1610 passed=$((passed + 1))
1622 [ ${passed} -eq 0 ] && exit ${ksft_skip} || exit 0
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c62 int passed; variable
1404 !err ? passed++ : failed++;
H A Dvmtest.sh62 can be passed as environment variables to the script:
/linux-master/lib/kunit/
H A Dtest.c84 unsigned long passed; member in struct:kunit_result_stats
111 stats.passed,
558 suite_stats.passed,
567 param_stats.passed,
579 stats->passed++;
595 total->passed += add.passed;
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S263 # GCM_ENC_DEC Encodes/Decodes given data. Assumes that the passed gcm_context
/linux-master/tools/perf/tests/shell/common/
H A Dcheck_no_patterns_found.pl10 $passed = 1;
30 $passed = 0;
34 exit ($passed == 0);
H A Dcheck_all_lines_matched.pl12 $passed = 1;
35 $passed = 0;
39 exit ($passed == 0);
H A Dcheck_all_patterns_found.pl10 $passed = 1;
30 $passed = 0;
34 exit ($passed == 0);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wait_user_fence.c22 bool passed; local
30 passed = (rvalue & mask) == (value & mask);
33 passed = (rvalue & mask) != (value & mask);
36 passed = (rvalue & mask) > (value & mask);
39 passed = (rvalue & mask) >= (value & mask);
42 passed = (rvalue & mask) < (value & mask);
45 passed = (rvalue & mask) <= (value & mask);
52 return passed ? 0 : 1;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h2166 __le32 passed; member in struct:mwifiex_radar_det_event
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.sh105 echo OK. All tests passed
/linux-master/scripts/
H A Dcheck-uapi.sh239 local passed=0;
250 passed=$((passed + 1))
263 passed=$((passed + 1))
281 total="$((passed + failed))"
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh46 can be passed as environment variables to the script:
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh158 "${MAKE[@]}" report | grep passed
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py184 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=10, errors=0))
205 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=1, errors=1))
226 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=4, skipped=1))
323 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=3))
340 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=1, errors=0))
H A Dkunit_parser.py63 """Returns true if the status was ok, i.e. passed or skipped."""
81 passed: int = 0
89 statuses = [('passed', self.passed), ('failed', self.failed),
99 return (self.passed + self.failed + self.crashed +
112 self.passed += counts.passed
129 if self.passed:
138 self.passed += 1
H A Dkunit.py226 fake_test.counts.passed = 1
333 'string passed to the ARCH make param, '
/linux-master/drivers/dma/
H A Dpxa_dma.c1121 bool passed = false; local
1163 * 'passed' will be latched once we found the descriptor
1171 if (passed) {
1175 passed = true;
1178 if (!passed)
H A Dmmp_pdma.c766 bool passed = false; local
793 * 'passed' will be latched once we found the descriptor which
800 if (passed) {
804 passed = true;
827 passed = false;
/linux-master/kernel/kcsan/
H A Dselftest.c240 int passed = 0; local
247 ++passed; \
256 pr_info("selftest: %d/%d tests passed\n", passed, total);
257 if (passed != total)
/linux-master/arch/arm/nwfpe/
H A Dentry.S31 successful in its emulation, jumps to ret_from_exception (passed in
34 it returns via _fpundefinstr (passed via lr) and the kernel halts the
76 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed?
/linux-master/drivers/cpufreq/
H A DKconfig.x86340 parameter "relaxed_check=1" is passed to the module.

Completed in 275 milliseconds

12