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

/linux-master/drivers/xen/
H A Dgntdev.c788 #define GNTDEV_COPY_BATCH 16 macro
791 struct gnttab_copy ops[GNTDEV_COPY_BATCH];
792 struct page *pages[GNTDEV_COPY_BATCH];
793 s16 __user *status[GNTDEV_COPY_BATCH];
892 if (batch->nr_ops >= GNTDEV_COPY_BATCH) {

Completed in 102 milliseconds