OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mc_alloc_groups
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h
184
uint64_t
mc_alloc_groups
; /* # of allocatable groups */
member in struct:metaslab_class
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c
637
* The
mc_alloc_groups
maintains a count of the number of
646
* When the
mc_alloc_groups
value drops to 0 that means that all
652
mc->
mc_alloc_groups
--;
654
mc->
mc_alloc_groups
++;
976
* (
mc_alloc_groups
== 0) or we're trying to allocate the smallest
1002
if (qdepth < qmax || mc->
mc_alloc_groups
== 1)
1004
ASSERT3U(mc->
mc_alloc_groups
, >, 1);
1034
} else if (mc->
mc_alloc_groups
== 0 || psize == SPA_MINBLOCKSIZE) {
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026