Searched refs:nreqs (Results 1 – 7 of 7) sorted by relevance
312 int compile, match, nreqs, std, filetype, not, in read_file() local360 nreqs = 0; in read_file()386 if (nreqs == 0) in read_file()391 nreqs = 0; in read_file()463 nreqs++; in read_file()491 if (std == 0 && nreqs == 0) in read_file()
747 int i, nreqs; in vtblk_request_prealloc() local749 nreqs = virtqueue_size(sc->vtblk_vq); in vtblk_request_prealloc()757 nreqs /= VTBLK_MIN_SEGMENTS; in vtblk_request_prealloc()759 for (i = 0; i < nreqs; i++) { in vtblk_request_prealloc()
2036 int i, nreqs; in vtscsi_alloc_requests() local2044 nreqs = virtqueue_size(sc->vtscsi_request_vq); in vtscsi_alloc_requests()2046 nreqs /= VTSCSI_MIN_SEGMENTS; in vtscsi_alloc_requests()2047 nreqs += VTSCSI_RESERVED_REQUESTS; in vtscsi_alloc_requests()2049 for (i = 0; i < nreqs; i++) { in vtscsi_alloc_requests()
812 u_int nreqs = 0; in g_raid_nrequests() local817 nreqs++; in g_raid_nrequests()820 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()
413 u_int nreqs = 0; in g_raid3_nrequests() local418 nreqs++; in g_raid3_nrequests()421 return (nreqs); in g_raid3_nrequests()
858 int nreqs) in xbb_release_reqs() argument863 xbb->active_request_count -= nreqs; in xbb_release_reqs()