OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mg_alloc_queue_depth
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h
228
* which are tracked by
mg_alloc_queue_depth
. It's possible for a
234
refcount_t
mg_alloc_queue_depth
;
member in struct:metaslab_group
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c
674
refcount_create_tracked(&mg->
mg_alloc_queue_depth
);
697
refcount_destroy(&mg->
mg_alloc_queue_depth
);
973
* check if we have reached our allocation limit (
mg_alloc_queue_depth
)
995
qdepth = refcount_count(&mg->
mg_alloc_queue_depth
);
1016
qdepth = refcount_count(&mgp->
mg_alloc_queue_depth
);
2687
(void) refcount_add(&mg->
mg_alloc_queue_depth
, tag);
2701
(void) refcount_remove(&mg->
mg_alloc_queue_depth
, tag);
2714
VERIFY(refcount_not_held(&mg->
mg_alloc_queue_depth
, tag));
spa.c
6953
ASSERT0(refcount_count(&mg->
mg_alloc_queue_depth
));
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026