Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dgrant-table.c1163 if (*status == GNTST_eagain) in gnttab_retry_eagain_gop()
1165 } while ((*status == GNTST_eagain) && (delay < MAX_DELAY)); in gnttab_retry_eagain_gop()
1180 if (op->status == GNTST_eagain) in gnttab_batch_map()
1193 if (op->status == GNTST_eagain) in gnttab_batch_copy()
1274 case GNTST_eagain: in gnttab_map_refs()
/openbmc/linux/include/xen/interface/
H A Dgrant_table.h570 #define GNTST_eagain (-12) /* Operation not done; try again. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Dgrant_table.h638 #define GNTST_eagain (-12) /* Operation not done; try again. */ macro