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

/linux-master/fs/
H A Daio.c109 unsigned req_batch; member in struct:kioctx
757 * expected: additionally, we move req_batch slots to/from percpu
803 ctx->req_batch = (ctx->nr_events - 1) / (num_possible_cpus() * 4);
804 if (ctx->req_batch < 1)
805 ctx->req_batch = 1;
949 while (kcpu->reqs_available >= ctx->req_batch * 2) {
950 kcpu->reqs_available -= ctx->req_batch;
951 atomic_add(ctx->req_batch, &ctx->reqs_available);
969 if (avail < ctx->req_batch)
972 &avail, avail - ctx->req_batch));
[all...]

Completed in 149 milliseconds