Home
last modified time | relevance | path

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

/trueos/sys/dev/xen/blkback/
HDblkback.c635 u_int max_requests; member
2848 i < xbb->max_requests; i++, reqlist++){ in xbb_disconnect()
2995 xbb->reqlist_kva_pages = xbb->max_requests * xbb->max_request_segments; in xbb_alloc_communication_mem()
3098 xbb->max_requests = BLKIF_MAX_RING_REQUESTS(ring_size); in xbb_collect_frontend_info()
3102 &xbb->max_requests); in xbb_collect_frontend_info()
3120 } else if (xbb->max_requests > XBB_MAX_REQUESTS) { in xbb_collect_frontend_info()
3125 xbb->max_requests, in xbb_collect_frontend_info()
3223 xbb->requests = malloc(xbb->max_requests * sizeof(*xbb->requests), in xbb_alloc_requests()
3232 last_req = &xbb->requests[xbb->max_requests - 1]; in xbb_alloc_requests()
3251 xbb->request_lists = malloc(xbb->max_requests * in xbb_alloc_request_lists()
[all …]
/trueos/sys/dev/hptiop/
HDhptiop.h262 u_int32_t max_requests; member
372 u_int32_t max_requests; member
HDhptiop.c988 config->max_requests = info->max_requests; in hptiop_get_config_mvfrey()
997 config->max_requests, config->request_size, in hptiop_get_config_mvfrey()
1941 hba->max_requests = iop_config.max_requests; in hptiop_attach()
2010 if ((devq = cam_simq_alloc(hba->max_requests - 1 )) == NULL) { in hptiop_attach()
2016 hba, unit, &Giant, hba->max_requests - 1, 1, devq); in hptiop_attach()
/trueos/contrib/serf/
HDoutgoing.c1485 unsigned int max_requests) in serf_connection_set_max_outstanding_requests() argument
1487 if (max_requests == 0) in serf_connection_set_max_outstanding_requests()
1494 "connection to %u.\n", max_requests); in serf_connection_set_max_outstanding_requests()
1496 conn->max_outstanding_requests = max_requests; in serf_connection_set_max_outstanding_requests()
HDserf.h503 unsigned int max_requests);