Lines Matching refs:max_requests
580 u_int max_requests; member
2672 i < xbb->max_requests; i++, reqlist++){ in xbb_disconnect()
2827 xbb->reqlist_kva_pages = xbb->max_requests * xbb->max_request_segments; in xbb_alloc_communication_mem()
2913 xbb->max_requests = 32; in xbb_collect_frontend_info()
2920 xbb->max_requests = BLKIF_MAX_RING_REQUESTS(ring_size); in xbb_collect_frontend_info()
3006 xbb->requests = malloc(xbb->max_requests * sizeof(*xbb->requests), in xbb_alloc_requests()
3015 last_req = &xbb->requests[xbb->max_requests - 1]; in xbb_alloc_requests()
3034 xbb->request_lists = malloc(xbb->max_requests * in xbb_alloc_request_lists()
3044 for (i = 0; i < xbb->max_requests; i++) { in xbb_alloc_request_lists()
3156 xbb->max_requests, XBB_MAX_SEGMENTS_PER_REQLIST); in xbb_connect()
3416 "max_requests", CTLFLAG_RD, &xbb->max_requests, 0, in xbb_setup_sysctl()