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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h 227 * Each metaslab group can handle mg_max_alloc_queue_depth allocations
233 uint64_t mg_max_alloc_queue_depth; member in struct:metaslab_group
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c 983 uint64_t qmax = mg->mg_max_alloc_queue_depth;
1014 qmax = mgp->mg_max_alloc_queue_depth;
spa.c 6950 * allocations look at mg_max_alloc_queue_depth, and async
6954 mg->mg_max_alloc_queue_depth = max_queue_depth;
6955 queue_depth_total += mg->mg_max_alloc_queue_depth;

Completed in 68 milliseconds