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

/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c271 grant_handle_t *gnt_handles; member in struct:xbb_xen_reqlist
1094 if (reqlist->gnt_handles[i] == GRANT_REF_INVALID)
1099 unmap[invcount].handle = reqlist->gnt_handles[i];
1100 reqlist->gnt_handles[i] = GRANT_REF_INVALID;
1751 reqlist->gnt_handles[seg_idx] = map->handle;
2835 if (reqlist->gnt_handles != NULL) {
2836 free(reqlist->gnt_handles, M_XENBLOCKBACK);
2837 reqlist->gnt_handles = NULL;
3226 reqlist->gnt_handles = malloc(xbb->max_reqlist_segments *
3227 sizeof(*reqlist->gnt_handles),
[all...]

Completed in 100 milliseconds