Lines Matching defs:batch
506 /* If it's pinned, then we can at least batch the kernel and
698 * batch size (~32 entries, at present).
715 /* Queue a deferred unlock for when this batch
828 /* unlock when batch completed */
1318 /* Update xen_current_cr3 once the batch has actually
2421 int batch = min(REMAP_BATCH_SIZE, nr);
2422 int batch_left = batch;
2424 range = (unsigned long)batch << PAGE_SHIFT;
2462 nr -= batch;
2465 err_ptr += batch;