Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c696 int build_oper(struct thread_info *t, struct io_oper *oper, int num_ios, argument
705 if (num_ios == 0)
706 num_ios = oper->total_ios;
708 if ((oper->started_ios + num_ios) > oper->total_ios)
709 num_ios = oper->total_ios - oper->started_ios;
711 for( i = 0 ; i < num_ios ; i++) {
718 return num_ios;
739 int run_built(struct thread_info *t, int num_ios, struct iocb **my_iocbs) argument
747 ret = io_submit(t->io_ctx, num_ios, my_iocbs);
751 if (ret != num_ios) {
[all …]