Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
H A Dbdk-dram-test.c661 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()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-hal/
H A Dbdk-atomic.h331 static inline int64_t bdk_atomic_fetch_and_add64(int64_t *ptr, int64_t incr) in bdk_atomic_fetch_and_add64() function