OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refcount_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
refcount.h
36
typedef struct refcount
refcount_t
;
typedef in typeref:struct:refcount
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
refcount.h
61
}
refcount_t
;
typedef in typeref:struct:refcount
63
/* Note:
refcount_t
must be initialized with refcount_create[_untracked]() */
65
void refcount_create(
refcount_t
*rc);
66
void refcount_create_untracked(
refcount_t
*rc);
67
void refcount_create_tracked(
refcount_t
*rc);
68
void refcount_destroy(
refcount_t
*rc);
69
void refcount_destroy_many(
refcount_t
*rc, uint64_t number);
70
int refcount_is_zero(
refcount_t
*rc);
71
int64_t refcount_count(
refcount_t
*rc);
72
int64_t refcount_add(
refcount_t
*rc, void *holder_tag)
88
}
refcount_t
;
typedef in typeref:struct:refcount
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026