Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h645 int cc_inc_count_);
665 int cc_inc_count_; // Number of times to increment the counter. variable
H A Dsat.h212 int cc_inc_count_; // Number of times to increment the shared variable
H A Dsat.cc704 cc_inc_count_ = 1000; // Number of times to increment the shared variable. in Sat()
824 ARG_IVALUE("--cc_inc_count", cc_inc_count_); in ParseArgs()
1450 tnum, num_cpus, cc_inc_count_); in InitializeThreads()
H A Dworker.cc2515 cc_inc_count_ = inc_count; in CpuCacheCoherencyThread()
2549 for (int i = 0; i < cc_inc_count_; i++) { in Work()
2568 total_inc += cc_inc_count_; in Work()
2593 if ((cc_global_num & 0xff) != (cc_inc_count_ & 0xff)) { in Work()
2596 cc_global_num, cc_inc_count_); in Work()