Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2o/
H A Ddptivar.h146 int qdepth; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c982 int64_t qdepth; in metaslab_group_allocatable() local
995 qdepth = refcount_count(&mg->mg_alloc_queue_depth); in metaslab_group_allocatable()
1002 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1016 qdepth = refcount_count(&mgp->mg_alloc_queue_depth); in metaslab_group_allocatable()
1023 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
/netbsd-src/sys/dev/pci/
H A Dmpii.c1259 u_int qdepth; in mpii_iocfacts() local
1316 qdepth = le16toh(ifp.max_reply_descriptor_post_queue_depth); in mpii_iocfacts()
1317 if (sc->sc_reply_post_qdepth > qdepth) { in mpii_iocfacts()
1318 sc->sc_reply_post_qdepth = qdepth; in mpii_iocfacts()
/netbsd-src/sys/dev/ic/
H A Ddpt.c1192 info->qdepth = sc->sc_nccbs; in dpt_ctlrinfo()