HomeSort by: relevance | last modified time | path
    Searched defs:qdepth (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c 982 int64_t qdepth; local
995 qdepth = refcount_count(&mg->mg_alloc_queue_depth);
1002 if (qdepth < qmax || mc->mc_alloc_groups == 1)
1016 qdepth = refcount_count(&mgp->mg_alloc_queue_depth);
1023 if (qdepth < qmax && !mgp->mg_no_free_space)
  /src/sys/dev/i2o/
dptivar.h 146 int qdepth; member in struct:dpt_eata_ctlrinfo
  /src/sys/dev/pci/
mpii.c 1259 u_int qdepth; local
1316 qdepth = le16toh(ifp.max_reply_descriptor_post_queue_depth);
1317 if (sc->sc_reply_post_qdepth > qdepth) {
1318 sc->sc_reply_post_qdepth = qdepth;

Completed in 44 milliseconds