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

  /src/sys/altq/
altq_cbq.h 87 int qmax; member in struct:_cbq_class_stats_
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c 983 uint64_t qmax = mg->mg_max_alloc_queue_depth; local
998 * If this metaslab group is below its qmax or it's
1002 if (qdepth < qmax || mc->mc_alloc_groups == 1)
1007 * Since this metaslab group is at or over its qmax, we
1014 qmax = mgp->mg_max_alloc_queue_depth;
1023 if (qdepth < qmax && !mgp->mg_no_free_space)
1030 * we are at or over our qmax.

Completed in 115 milliseconds