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_slots
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
metaslab_impl.h
175
* number of reserved allocations is maintained by the
mc_alloc_slots
182
refcount_t
mc_alloc_slots
;
member in struct:metaslab_class
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c
277
refcount_create_tracked(&mc->
mc_alloc_slots
);
291
refcount_destroy(&mc->
mc_alloc_slots
);
3336
uint64_t reserved_slots = refcount_count(&mc->
mc_alloc_slots
);
3346
reserved_slots = refcount_add(&mc->
mc_alloc_slots
, zio);
3362
(void) refcount_remove(&mc->
mc_alloc_slots
, zio);
zio.c
2222
VERIFY(refcount_held(&mc->
mc_alloc_slots
, pio));
3638
VERIFY(refcount_not_held(&mc->
mc_alloc_slots
, zio));
spa.c
6958
ASSERT0(refcount_count(&mc->
mc_alloc_slots
));
Completed in 30 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026