Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc2513 cc_thread_num_ = thread_num; in CpuCacheCoherencyThread()
2529 cc_thread_num_); in Work()
2560 if (cline_num & cc_thread_num_ & 1) in Work()
2561 offset = (cc_thread_count_ & ~1) - cc_thread_num_; in Work()
2563 offset = cc_thread_num_; in Work()
2576 if (cline_num & cc_thread_num_ & 1) in Work()
2577 offset = (cc_thread_count_ & ~1) - cc_thread_num_; in Work()
2579 offset = cc_thread_num_; in Work()
2607 cc_thread_num_, us_elapsed, total_inc, inc_rate); in Work()
2609 cc_thread_num_); in Work()
H A Dworker.h643 int cc_thread_num_,
660 int cc_thread_num_; // The integer id of the thread which is variable