Searched refs:nreqs (Results 1 – 7 of 7) sorted by relevance
397 int compile, match, nreqs, std, filetype, not, in read_file() local445 nreqs = 0; in read_file()471 if (nreqs == 0) in read_file()476 nreqs = 0; in read_file()548 nreqs++; in read_file()577 if (std == 0 && nreqs == 0) in read_file()
750 int i, nreqs; in vtblk_request_prealloc() local752 nreqs = virtqueue_size(sc->vtblk_vq); in vtblk_request_prealloc()760 nreqs /= VTBLK_MIN_SEGMENTS; in vtblk_request_prealloc()762 for (i = 0; i < nreqs; i++) { in vtblk_request_prealloc()
2058 int i, nreqs; in vtscsi_alloc_requests() local2066 nreqs = virtqueue_size(sc->vtscsi_request_vq); in vtscsi_alloc_requests()2068 nreqs /= VTSCSI_MIN_SEGMENTS; in vtscsi_alloc_requests()2069 nreqs += VTSCSI_RESERVED_REQUESTS; in vtscsi_alloc_requests()2071 for (i = 0; i < nreqs; i++) { in vtscsi_alloc_requests()
797 u_int nreqs = 0; in g_raid_nrequests() local802 nreqs++; in g_raid_nrequests()805 return (nreqs); in g_raid_nrequests()
306 u_int nreqs = 0; in g_mirror_nrequests() local311 nreqs++; in g_mirror_nrequests()314 return (nreqs); in g_mirror_nrequests()
403 u_int nreqs = 0; in g_raid3_nrequests() local408 nreqs++; in g_raid3_nrequests()411 return (nreqs); in g_raid3_nrequests()
865 int nreqs) in xbb_release_reqs() argument870 xbb->active_request_count -= nreqs; in xbb_release_reqs()