Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dgrant-table.c1161 if (*status == GNTST_eagain) in gnttab_retry_eagain_gop()
1163 } while ((*status == GNTST_eagain) && (delay < MAX_DELAY)); in gnttab_retry_eagain_gop()
1178 if (op->status == GNTST_eagain) in gnttab_batch_map()
1191 if (op->status == GNTST_eagain) in gnttab_batch_copy()
1272 case GNTST_eagain: in gnttab_map_refs()
/linux/include/xen/interface/
H A Dgrant_table.h570 #define GNTST_eagain (-12) /* Operation not done; try again. */ macro