Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Dgntdev.c715 #define GNTDEV_COPY_BATCH 16 macro
718 struct gnttab_copy ops[GNTDEV_COPY_BATCH];
719 struct page *pages[GNTDEV_COPY_BATCH];
720 s16 __user *status[GNTDEV_COPY_BATCH];
819 if (batch->nr_ops >= GNTDEV_COPY_BATCH) { in gntdev_grant_copy_seg()