Searched refs:cc_cacheline_data_ (Results 1 - 4 of 4) sorted by relevance

/external/stressapptest/src/
H A Dsat.cc673 cc_cacheline_data_ = 0; // Cache Line size datastructure.
1269 cc_cacheline_data_ = reinterpret_cast<cc_cacheline_data*>(
1271 sat_assert(cc_cacheline_data_ != NULL);
1274 memset(cc_cacheline_data_, 0,
1295 cc_cacheline_data_[cline].num = num;
1302 new CpuCacheCoherencyThread(cc_cacheline_data_, cc_cacheline_count_,
1851 if (cc_cacheline_data_) {
1859 if (cc_cacheline_data_[0].num) {
1860 free(cc_cacheline_data_[0].num);
1862 free(cc_cacheline_data_);
[all...]
H A Dsat.h220 cc_cacheline_data *cc_cacheline_data_; // The cache line sized datastructure member in class:Sat
H A Dworker.h648 cc_cacheline_data *cc_cacheline_data_; // Datstructure for each cacheline. member in class:CpuCacheCoherencyThread
H A Dworker.cc2469 cc_cacheline_data_ = data;
2500 (cc_cacheline_data_[r].num[cc_thread_num_])++;
2509 cc_global_num += cc_cacheline_data_[cline_num].num[cc_thread_num_];
2511 cc_cacheline_data_[cline_num].num[cc_thread_num_] = 0;

Completed in 152 milliseconds