Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c531 struct xbb_xen_reqlist *request_lists; member
2666 if (xbb->request_lists != NULL) { in xbb_disconnect()
2671 for (i = 0, reqlist = xbb->request_lists; in xbb_disconnect()
2678 free(xbb->request_lists, M_XENBLOCKBACK); in xbb_disconnect()
2679 xbb->request_lists = NULL; in xbb_disconnect()
3034 xbb->request_lists = malloc(xbb->max_requests * in xbb_alloc_request_lists()
3035 sizeof(*xbb->request_lists), M_XENBLOCKBACK, M_NOWAIT|M_ZERO); in xbb_alloc_request_lists()
3036 if (xbb->request_lists == NULL) { in xbb_alloc_request_lists()
3047 reqlist = &xbb->request_lists[i]; in xbb_alloc_request_lists()