Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/xen/blkback/
H A Dblkback.c585 struct xbb_xen_reqlist *request_lists; member
2840 if (xbb->request_lists != NULL) { in xbb_disconnect()
2845 for (i = 0, reqlist = xbb->request_lists; in xbb_disconnect()
2858 free(xbb->request_lists, M_XENBLOCKBACK); in xbb_disconnect()
2859 xbb->request_lists = NULL; in xbb_disconnect()
3199 xbb->request_lists = malloc(xbb->max_requests * in xbb_alloc_request_lists()
3200 sizeof(*xbb->request_lists), M_XENBLOCKBACK, M_NOWAIT|M_ZERO); in xbb_alloc_request_lists()
3201 if (xbb->request_lists == NULL) { in xbb_alloc_request_lists()
3212 reqlist = &xbb->request_lists[i]; in xbb_alloc_request_lists()