Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
H A Dbdk-dram-test.c92 static int64_t dram_test_thread_errors; variable
317 bdk_atomic_set64(&dram_test_thread_errors, 0); in __bdk_dram_run_test()
318 …while ((work_address < end_address) && ((dram_test_thread_errors == 0) || (flags & BDK_DRAM_TEST_N… in __bdk_dram_run_test()
477 return dram_test_thread_errors; in __bdk_dram_run_test()
661 int64_t errors = bdk_atomic_fetch_and_add64(&dram_test_thread_errors, 1); in __bdk_dram_report_error()
699 int64_t errors = bdk_atomic_fetch_and_add64(&dram_test_thread_errors, 1); in __bdk_dram_report_error2()
734 if (bdk_atomic_get64(&dram_test_thread_errors) < MAX_ERRORS_TO_REPORT) { in __bdk_dram_retry_failure()
772 if (bdk_atomic_get64(&dram_test_thread_errors) < MAX_ERRORS_TO_REPORT) { in __bdk_dram_retry_failure2()