Searched defs:refcount_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h59 } refcount_t; typedef in typeref:struct:refcount
61 /* Note: refcount_t must be initialized with refcount_create[_untracked]() */
63 void refcount_create(refcount_t *rc);
64 void refcount_create_untracked(refcount_t *rc);
65 void refcount_create_tracked(refcount_t *rc);
66 void refcount_destroy(refcount_t *rc);
67 void refcount_destroy_many(refcount_t *rc, uint64_t number);
68 int refcount_is_zero(refcount_t *rc);
69 int64_t refcount_count(refcount_t *rc);
70 int64_t refcount_add(refcount_t *r
86 } refcount_t; typedef in typeref:struct:refcount
[all...]

Completed in 78 milliseconds