Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c40 static int number_threads; variable
179 for (thread_index = 0; thread_index < number_threads; thread_index++) { in stress_alloc_offl()
184 TST_CHECKPOINT_WAKE2(0, number_threads); in stress_alloc_offl()
186 for (thread_index = 0; thread_index < number_threads; thread_index++) { in stress_alloc_offl()
393 number_threads = (int)sysconf(_SC_NPROCESSORS_ONLN) * 2; in setup()
394 if (number_threads <= 1) in setup()
395 number_threads = 2; in setup()
396 else if (number_threads > 5) in setup()
397 number_threads = 5; in setup()
399 maximum_pfns = number_threads * NUM_LOOP in setup()
[all...]

Completed in 1 milliseconds