Lines Matching refs:iocbs
203 struct iocb **iocbs;
691 * does setup on num_ios worth of iocbs, but does not actually
721 * runs through the iocbs in the array provided and updates
849 * this function stops after max_io_submit iocbs are sent down the
858 struct iocb **my_iocbs = t->iocbs;
886 ret = run_built(t, num_built, t->iocbs);
941 t->iocbs = SAFE_MALLOC(sizeof(struct iocb *) * max_io_submit);
942 memset(t->iocbs, 0, max_io_submit * sizeof(struct iocb *));
1172 tst_brk(TBROK, "Invalid number of iocbs '%s'", str_max_io_submit);
1260 /* by default, allow a huge number of iocbs to be sent towards
1353 { "b:", &str_max_io_submit, "Max number of iocbs to give io_submit at once" },