Home
last modified time | relevance | path

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

/system/extras/ioshark/
Dioshark_bench.c139 static int work_next_file; variable
146 work_next_file = next_file; in init_work()
147 work_num_files = work_next_file + num_files; in init_work()
158 if (work_next_file < work_num_files) in get_work()
159 work = &thread_state[work_next_file++]; in get_work()