Lines Matching refs:status
129 * entry status.
137 * status of the grant entry to be updated.
162 /* This reflects status of grant entries, so act as a global value. */
799 if ((rc < 0) || (query.status != GNTST_okay))
1156 gnttab_retry_eagain_gop(unsigned int cmd, void *gop, int16_t *status,
1163 if (*status == GNTST_eagain)
1165 } while ((*status == GNTST_eagain) && (delay < MAX_DELAY));
1169 *status = GNTST_bad_page;
1180 if (op->status == GNTST_eagain)
1182 &op->status, __func__);
1193 if (op->status == GNTST_eagain)
1195 &op->status, __func__);
1258 switch (map_ops[i].status) {
1278 &map_ops[i].status, __func__);
1279 /* Test status in next loop iteration. */
1425 BUG_ON(rc || getframes.status);
1496 BUG_ON(rc || setup.status);