Lines Matching defs:batch
526 /* If it's pinned, then we can at least batch the kernel and
718 * batch size (~32 entries, at present).
735 /* Queue a deferred unlock for when this batch
850 /* unlock when batch completed */
1340 /* Update xen_current_cr3 once the batch has actually
2468 int batch = min(REMAP_BATCH_SIZE, nr);
2469 int batch_left = batch;
2471 range = (unsigned long)batch << PAGE_SHIFT;
2509 nr -= batch;
2512 err_ptr += batch;