Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.h233 int random_threads_; // Number of random disk threads. variable
H A Dsat.cc755 random_threads_ = 0; in Sat()
951 ARG_IVALUE("--random-threads", random_threads_); in ParseArgs()
1338 for (int j = 0; j < random_threads_; j++) { in InitializeThreads()